|
LLVM 23.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 183 of file MachOBuilder.h.
|
inline |
Definition at line 185 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 186 of file MachOBuilder.h.
References SC.
|
inline |
Definition at line 195 of file MachOBuilder.h.
References assert(), isSymbol(), and S.
|
inline |
Definition at line 190 of file MachOBuilder.h.
References assert(), isSymbol(), and SC.
|
inline |
Definition at line 188 of file MachOBuilder.h.
Referenced by getSectionId(), getSymbolNum(), and nlist().
|
inline |
Definition at line 200 of file MachOBuilder.h.
References assert(), isSymbol(), and SC.
| const Section* llvm::orc::MachOBuilder< MachOTraits >::RelocTarget::S |
Definition at line 207 of file MachOBuilder.h.
Referenced by getSectionId(), and RelocTarget().
| SymbolContainer* llvm::orc::MachOBuilder< MachOTraits >::RelocTarget::SC |
Definition at line 208 of file MachOBuilder.h.
Referenced by getSymbolNum(), nlist(), and RelocTarget().