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

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, function
290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp25 resolveRelocation(uint8_t *Address, uint8_t *Value, bool isPCRel, function in class:llvm::RuntimeDyldMachO
510 resolveRelocation(Target, Addr, isPCRel, Type, Size);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1097 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, function in class:llvm::RuntimeDyldELF
1100 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
1104 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, function in class:llvm::RuntimeDyldELF
1292 resolveRelocation(Section, Offset,
1327 resolveRelocation(Section, Offset,
1343 resolveRelocation(
1361 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>(
1529 resolveRelocation(Section, Offset,
1573 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>(
1619 resolveRelocation(Section
[all...]

Completed in 114 milliseconds