Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldCOFFThumb.h172 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldCOFFX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOI386.h99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldELFMips.cpp15 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
H A DRuntimeDyldMachOAArch64.h356 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOARM.h204 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF