LLVM 22.0.0git
|
#include "llvm/ExecutionEngine/Orc/MachOBuilder.h"
Public Member Functions | |
RelocTarget (const Section &S) | |
RelocTarget (SymbolContainer &SC, size_t Idx) | |
bool | isSymbol () |
uint32_t | getSymbolNum () |
uint32_t | getSectionId () |
MachOTraits::NList & | nlist () |
Definition at line 169 of file MachOBuilder.h.
|
inline |
Definition at line 171 of file MachOBuilder.h.
References S.
Referenced by llvm::orc::MachOBuilder< MachOTraits >::Section::addReloc(), llvm::orc::MachOBuilder< MachOTraits >::Section::addSymbol(), and llvm::orc::MachOBuilder< MachOTraits >::Section::Section().
|
inline |
Definition at line 172 of file MachOBuilder.h.
References SC.
|
inline |
Definition at line 181 of file MachOBuilder.h.
References assert(), isSymbol(), and S.
|
inline |
Definition at line 176 of file MachOBuilder.h.
References assert(), isSymbol(), and SC.
|
inline |
Definition at line 174 of file MachOBuilder.h.
Referenced by getSectionId(), getSymbolNum(), and nlist().
|
inline |
Definition at line 186 of file MachOBuilder.h.
References assert(), isSymbol(), and SC.
const Section* llvm::orc::MachOBuilder< MachOTraits >::RelocTarget::S |
Definition at line 193 of file MachOBuilder.h.
Referenced by getSectionId(), and RelocTarget().
SymbolContainer* llvm::orc::MachOBuilder< MachOTraits >::RelocTarget::SC |
Definition at line 194 of file MachOBuilder.h.
Referenced by getSymbolNum(), nlist(), and RelocTarget().