LIEF: Library to Instrument Executable Formats Version 1.0.0
|
This class exposes information about the location of a parameter. More...
#include <Parameter.hpp>
Public Types | |
enum class | Type : uint8_t { UNKNOWN = 0 , REG } |
Public Member Functions | |
Location (Type ty) | |
template<class T> | |
const T * | as () const |
Public Attributes | |
Type | type = Type::UNKNOWN |
This class exposes information about the location of a parameter.
|
strong |
|
inline |
References type.
Referenced by LIEF::dwarf::Parameter::RegisterLoc::classof(), and LIEF::dwarf::Parameter::RegisterLoc::RegisterLoc().
|
inline |
Type LIEF::dwarf::Parameter::Location::type = Type::UNKNOWN |
Referenced by LIEF::dwarf::Parameter::RegisterLoc::classof(), and Location().