ΒΆllvm::ifs::IFSBitWidthType
convertELFBitWidthToIFS(uint8_t BitWidth)
llvm::ifs::IFSBitWidthType
convertELFBitWidthToIFS(uint8_t BitWidth)
Description
This function extracts ELF bit width from e_ident[EI_CLASS] of an ELF file Currently, ELFCLASS32 and ELFCLASS64 are supported. Other endianness types are mapped to IFSBitWidthType::Unknown.
Declared at: llvm/include/llvm/InterfaceStub/IFSStub.h:137
Parameters
- uint8_t BitWidth
- e_ident[EI_CLASS] value to extract bit width from.