ΒΆuint8_t convertIFSEndiannessToELF(
llvm::ifs::IFSEndiannessType Endianness)
uint8_t convertIFSEndiannessToELF(
llvm::ifs::IFSEndiannessType Endianness)
Description
This function convert endianness type from IFS enum to ELF format Currently, ELFDATA2LSB and ELFDATA2MSB are supported.
Declared at: llvm/include/llvm/InterfaceStub/IFSStub.h:124
Parameters
- llvm::ifs::IFSEndiannessType Endianness
- IFS endianness type.