Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 DRuntimeDyld.cpp1333 static std::unique_ptr<RuntimeDyldMachO>
1339 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO()
1340 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile778 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp