Searched refs:RuntimeDyldMachO (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.h | 26 class RuntimeDyldMachO : public RuntimeDyldImpl { 51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function 85 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, 124 static std::unique_ptr<RuntimeDyldMachO> 145 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO { 156 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
|
| H A D | RuntimeDyldMachO.cpp | 46 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend() 54 RuntimeDyldMachO::processScatteredVANILLA( in processScatteredVANILLA() 57 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, in processScatteredVANILLA() 97 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef() 140 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel() 148 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() 163 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress() 180 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection( in populateIndirectSymbolPointersSection() 348 std::unique_ptr<RuntimeDyldMachO> 349 RuntimeDyldMachO::create(Triple::ArchType Arch, in create() [all …]
|
| H A D | CMakeLists.txt | 8 RuntimeDyldMachO.cpp
|
| H A D | RuntimeDyld.cpp | 1337 static std::unique_ptr<RuntimeDyldMachO> 1343 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO() 1344 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | BUILD.gn | 16 "RuntimeDyldMachO.cpp",
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 134 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 310 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MCJITDesignAndImplementation.rst | 83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
|