Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h68 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOAArch64.h303 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOARM.h90 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOI386.h82 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp854 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
861 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF