Lines Matching refs:RuntimeDyldMachO
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>
349 RuntimeDyldMachO::create(Triple::ArchType Arch, in create()
370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject()