struct SymbolEntry
Declaration
struct SymbolEntry { /* full declaration omitted */ };
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:110
Member Variables
- public std::string Name
- public bool Referenced = false
- public uint32_t Index
- public uint8_t n_type
- public uint8_t n_sect
- public uint16_t n_desc
- public uint64_t n_value
Method Overview
- public bool isExternalSymbol() const
- public bool isLocalSymbol() const
- public bool isSwiftSymbol() const
- public bool isUndefinedSymbol() const
- public Optional<uint32_t> section() const
Methods
¶bool isExternalSymbol() const
bool isExternalSymbol() const
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:119
¶bool isLocalSymbol() const
bool isLocalSymbol() const
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:121
¶bool isSwiftSymbol() const
bool isSwiftSymbol() const
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:127
¶bool isUndefinedSymbol() const
bool isUndefinedSymbol() const
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:123
¶Optional<uint32_t> section() const
Optional<uint32_t> section() const
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:132