LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
LIEF::ELF::X86ISA Class Reference

This class interfaces the different GNU_PROPERTY_X86_ISA_* properties which includes: More...

#include <X86ISA.hpp>

Inheritance diagram for LIEF::ELF::X86ISA:
Inheritance graph
[legend]
Collaboration diagram for LIEF::ELF::X86ISA:
Collaboration graph
[legend]

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 , 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.
 
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.
 

Static Public Member Functions

static bool classof (const NoteGnuProperty::Property *prop)
 
static std::unique_ptr< X86ISAcreate (uint32_t type, BinaryStream &stream)
 

Detailed Description

This class interfaces the different GNU_PROPERTY_X86_ISA_* properties which includes:

Member Function Documentation

◆ dump()

void LIEF::ELF::X86ISA::dump ( std::ostream & os) const
overridevirtual

The documentation for this class was generated from the following file: