Home
last modified time | relevance | path

Searched refs:RuntimeDyldMachO (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h26 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 DRuntimeDyldMachO.cpp46 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 DCMakeLists.txt8 RuntimeDyldMachO.cpp
H A DRuntimeDyld.cpp1337 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 DBUILD.gn16 "RuntimeDyldMachO.cpp",
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h134 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
H A DRuntimeDyldMachOARM.h310 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
/llvm-project-15.0.7/llvm/docs/
H A DMCJITDesignAndImplementation.rst83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base