Searched defs:resolveRelocation (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp87 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE, function in class:llvm::RuntimeDyldMachO
90 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
94 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section, function in class:llvm::RuntimeDyldMachO
106 DEBUG(dbgs() << "resolveRelocation LocalAddress: "
352 resolveRelocation(Section, Offset, (uint64_t)Addr,
361 resolveRelocation(Section, Offset,
375 resolveRelocation(Section, Offset,
H A DRuntimeDyldELF.cpp738 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, function in class:llvm::RuntimeDyldELF
741 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend);
744 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, function in class:llvm::RuntimeDyldELF
871 resolveRelocation(Section, Offset,
905 resolveRelocation(Section, Offset,
921 resolveRelocation(Section, Offset,
937 resolveRelocation(Section, Offset,
958 resolveRelocation(Section, Offset,
984 resolveRelocation(Section, Offset,
1020 resolveRelocation(Sectio
[all...]

Completed in 197 milliseconds