Home
last modified time | relevance | path

Searched defs:resolveRelocation (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h69 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldCOFFX86_64.h63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldMachOAArch64.h304 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldMachOARM.h92 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
DRuntimeDyldMachOI386.h83 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp844 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
851 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF