|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
This class interfaces the different GNU_PROPERTY_X86_ISA_* properties which includes: More...
#include <X86ISA.hpp>


Public Types | |
| enum class | FLAG { NONE = 0 , USED , NEEDED } |
| enum class | ISA { UNKNOWN = 0 , BASELINE , V2 , V3 , V4 , CMOV , FMA , I486 , I586 , I686 , SSE , SSE2 , SSE3 , SSSE3 , SSE4_1 , SSE4_2 , AVX , AVX2 , AVX512F , AVX512CD , AVX512ER , AVX512PF , AVX512VL , AVX512DQ , AVX512BW , AVX512_4FMAPS , AVX512_4VNNIW , AVX512_BITALG , AVX512_IFMA , AVX512_VBMI , AVX512_VBMI2 , AVX512_VNNI , AVX512_BF16 } |
| using | values_t = std::vector<std::pair<FLAG, ISA>> |
| Public Types inherited from LIEF::ELF::NoteGnuProperty::Property | |
| enum class | TYPE { UNKNOWN = 0 , GENERIC , AARCH64_FEATURES , AARCH64_PAUTH , STACK_SIZE , NO_COPY_ON_PROTECTED , X86_ISA , X86_FEATURE , NEEDED } |
| LIEF's mirror types of the original GNU_PROPERTY_ values. More... | |
Public Member Functions | |
| const values_t & | values () const |
| List of the ISA values in this property. | |
| ~X86ISA () override=default | |
| void | dump (std::ostream &os) const override |
| Public Member Functions inherited from LIEF::ELF::NoteGnuProperty::Property | |
| TYPE | type () const |
| Return the LIEF's mirror type of the note. | |
| virtual | ~Property ()=default |
Static Public Member Functions | |
| static bool | classof (const NoteGnuProperty::Property *prop) |
| static std::unique_ptr< X86ISA > | create (uint32_t type, BinaryStream &stream) |
This class interfaces the different GNU_PROPERTY_X86_ISA_* properties which includes:
| using LIEF::ELF::X86ISA::values_t = std::vector<std::pair<FLAG, ISA>> |
|
strong |
|
strong |
|
overridedefault |
|
inlinestatic |
|
static |
References LIEF::ELF::NoteGnuProperty::Property::type().
|
overridevirtual |
Reimplemented from LIEF::ELF::NoteGnuProperty::Property.
References values(), and LIEF::ELF::NoteGnuProperty::Property::X86_ISA.
|
inline |