ΒΆllvm::ifs::IFSSymbolType
convertELFSymbolTypeToIFS(uint8_t SymbolType)
llvm::ifs::IFSSymbolType
convertELFSymbolTypeToIFS(uint8_t SymbolType)
Description
This function extracts symbol type from a symbol's st_info member and maps it to an IFSSymbolType enum. Currently, STT_NOTYPE, STT_OBJECT, STT_FUNC, and STT_TLS are supported. Other symbol types are mapped to IFSSymbolType::Unknown.
Declared at: llvm/include/llvm/InterfaceStub/IFSStub.h:152
Parameters
- uint8_t SymbolType
- Binary symbol st_info to extract symbol type from.