struct RelocationInfo
Declaration
struct RelocationInfo { /* full declaration omitted */ };
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:176
Member Variables
- public Optional<const llvm::objcopy::macho::SymbolEntry*> Symbol
- public Optional<const llvm::objcopy::macho::Section*> Sec
- public bool Scattered
- public bool IsAddend
- public bool Extern
- public MachO::any_relocation_info Info
Method Overview
- public unsigned int getPlainRelocationSymbolNum(bool IsLittleEndian)
- public void setPlainRelocationSymbolNum(unsigned int SymbolNum, bool IsLittleEndian)
Methods
¶unsigned int getPlainRelocationSymbolNum(
bool IsLittleEndian)
unsigned int getPlainRelocationSymbolNum(
bool IsLittleEndian)
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:190
Parameters
- bool IsLittleEndian
¶void setPlainRelocationSymbolNum(
unsigned int SymbolNum,
bool IsLittleEndian)
void setPlainRelocationSymbolNum(
unsigned int SymbolNum,
bool IsLittleEndian)
Declared at: llvm/lib/ObjCopy/MachO/MachOObject.h:196
Parameters
- unsigned int SymbolNum
- bool IsLittleEndian