ΒΆllvm::ifs::IFSEndiannessType
convertELFEndiannessToIFS(uint8_t Endianness)
llvm::ifs::IFSEndiannessType
convertELFEndiannessToIFS(uint8_t Endianness)
Description
This function extracts ELF endianness from e_ident[EI_DATA] of an ELF file Currently, ELFDATA2LSB and ELFDATA2MSB are supported. Other endianness types are mapped to IFSEndiannessType::Unknown.
Declared at: llvm/include/llvm/InterfaceStub/IFSStub.h:144
Parameters
- uint8_t Endianness
- e_ident[EI_DATA] value to extract endianness type from.