Searched refs:RuntimeDyldMachO (Results 1 – 6 of 6) sorted by relevance
26 class RuntimeDyldMachO : public RuntimeDyldImpl {51 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function85 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID,124 static std::unique_ptr<RuntimeDyldMachO>145 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO {156 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
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()222 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()348 std::unique_ptr<RuntimeDyldMachO>[all …]
1332 static std::unique_ptr<RuntimeDyldMachO>1338 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO()1339 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
134 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
310 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
779 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp