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

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, function
285 if (error(resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset)))
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp262 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE, function in class:llvm::RuntimeDyldMachO
269 dbgs() << "resolveRelocation Section: " << RE.SectionID
307 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation.
341 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation.
770 resolveRelocation(TargetRE, (uint64_t)Addr);
795 resolveRelocation(TargetRE, (uint64_t)Addr);

Completed in 1299 milliseconds