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()
95 RuntimeDyldMachO::getRelocationValueRef( in getRelocationValueRef()
138 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
146 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve()
161 RuntimeDyldMachO::getSectionByAddress(const MachOObjectFile &Obj, in getSectionByAddress()
178 Error RuntimeDyldMachO::populateIndirectSymbolPointersSection( in populateIndirectSymbolPointersSection()
220 bool RuntimeDyldMachO::isCompatibleFile(const object::ObjectFile &Obj) const { in isCompatibleFile()
343 std::unique_ptr<RuntimeDyldMachO>
344 RuntimeDyldMachO::create(Triple::ArchType Arch, in create()
363 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject()