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.h21 class RuntimeDyldMachO : public RuntimeDyldImpl {
46 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function
80 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID,
119 static std::unique_ptr<RuntimeDyldMachO>
140 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO {
151 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
H A DRuntimeDyldMachO.cpp45 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend()
53 RuntimeDyldMachO::processScatteredVANILLA( in processScatteredVANILLA()
56 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, in processScatteredVANILLA()
96 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef()
139 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
147 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()
162 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress()
179 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection( in populateIndirectSymbolPointersSection()
221 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()
347 std::unique_ptr<RuntimeDyldMachO>
[all …]
H A DRuntimeDyld.cpp1347 static std::unique_ptr<RuntimeDyldMachO>
1353 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO()
1354 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 DMakefile867 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp