Searched refs:RuntimeDyldMachO (Results 1 – 10 of 10) sorted by relevance
45 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const { in memcpyAddend()52 RelocationValueRef RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef()88 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()105 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()120 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress()137 void RuntimeDyldMachO::populateIndirectSymbolPointersSection( in populateIndirectSymbolPointersSection()176 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()284 std::unique_ptr<RuntimeDyldMachO>285 RuntimeDyldMachO::create(Triple::ArchType Arch, in create()304 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject()
27 class RuntimeDyldMachO : public RuntimeDyldImpl {52 RuntimeDyldMachO(RuntimeDyld::MemoryManager &MemMgr, in RuntimeDyldMachO() function119 static std::unique_ptr<RuntimeDyldMachO>140 class RuntimeDyldMachOCRTPBase : public RuntimeDyldMachO {151 : RuntimeDyldMachO(MemMgr, Resolver) {} in RuntimeDyldMachOCRTPBase()
7 RuntimeDyldMachO.cpp
13 RuntimeDyldMachO.cpp
881 static std::unique_ptr<RuntimeDyldMachO>886 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO()887 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
112 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processGOTRelocation()
191 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID) { in processI386ScatteredVANILLA()
178 RuntimeDyldMachO::StubMap::const_iterator i = Stubs.find(Value); in processBranchRelocation()
83 RuntimeDyldMachO (both of which derive from the RuntimeDyldImpl base
940 + RuntimeDyldMachO.cpp