Searched refs:RuntimeDyldMachO (Results 1 – 4 of 4) sorted by relevance
24 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section, in resolveRelocation()79 bool RuntimeDyldMachO::resolveI386Relocation(uint8_t *LocalAddress, in resolveI386Relocation()108 bool RuntimeDyldMachO::resolveX86_64Relocation(uint8_t *LocalAddress, in resolveX86_64Relocation()149 bool RuntimeDyldMachO::resolveARMRelocation(uint8_t *LocalAddress, in resolveARMRelocation()208 void RuntimeDyldMachO::processRelocationRef(const ObjRelocationInfo &Rel, in processRelocationRef()299 bool RuntimeDyldMachO::isCompatibleFormat( in isCompatibleFormat()
27 class RuntimeDyldMachO : public RuntimeDyldImpl {64 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {} in RuntimeDyldMachO() function
5 RuntimeDyldMachO.cpp
495 Dyld = new RuntimeDyldMachO(MM); in loadObject()