ΒΆuint8_t convertIFSBitWidthToELF(
llvm::ifs::IFSBitWidthType BitWidth)
uint8_t convertIFSBitWidthToELF(
llvm::ifs::IFSBitWidthType BitWidth)
Description
This function convert bit width type from IFS enum to ELF format Currently, ELFCLASS32 and ELFCLASS64 are supported.
Declared at: llvm/include/llvm/InterfaceStub/IFSStub.h:118
Parameters
- llvm::ifs::IFSBitWidthType BitWidth
- IFS bit width type.