|
LLVM 24.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 202 of file MachOBuilder.h.
|
inline |
Definition at line 204 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 205 of file MachOBuilder.h.
References SC.
|
inline |
Definition at line 214 of file MachOBuilder.h.
References assert(), isSymbol(), and S.
|
inline |
Definition at line 209 of file MachOBuilder.h.
References assert(), isSymbol(), and SC.
|
inline |
Definition at line 207 of file MachOBuilder.h.
Referenced by getSectionId(), getSymbolNum(), and nlist().
|
inline |
Definition at line 219 of file MachOBuilder.h.
References assert(), isSymbol(), and SC.
| const Section* llvm::orc::MachOBuilder< MachOTraits >::RelocTarget::S |
Definition at line 226 of file MachOBuilder.h.
Referenced by getSectionId(), and RelocTarget().
| SymbolContainer* llvm::orc::MachOBuilder< MachOTraits >::RelocTarget::SC |
Definition at line 227 of file MachOBuilder.h.
Referenced by getSymbolNum(), nlist(), and RelocTarget().