Home
last modified time | relevance | path

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

/freebsd/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()
222 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()
348 std::unique_ptr<RuntimeDyldMachO>
[all …]
H A DRuntimeDyld.cpp1332 static std::unique_ptr<RuntimeDyldMachO>
1338 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO()
1339 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
/freebsd/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/lib/clang/libllvm/
H A DMakefile779 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp