Searched refs:RuntimeDyldMachO (Results 1 – 6 of 6) sorted by relevance
21 class RuntimeDyldMachO : public RuntimeDyldImpl {46 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function80 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID,119 static std::unique_ptr<RuntimeDyldMachO>140 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO {151 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
45 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 …]
1347 static std::unique_ptr<RuntimeDyldMachO>1353 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO()1354 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()
867 SRCS_XDB+= ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp