Searched defs:resolveRelocation (Results  1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ | 
| H A D | RuntimeDyldCOFFI386.h | 142   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| H A D | RuntimeDyldCOFFThumb.h | 185   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| H A D | RuntimeDyldCOFFX86_64.h | 87   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| H A D | RuntimeDyldMachOX86_64.h | 85   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| H A D | RuntimeDyldELFMips.cpp | 14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE,  in resolveRelocation()  function in RuntimeDyldELFMips
 | 
| H A D | RuntimeDyldMachOI386.h | 97   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| H A D | RuntimeDyldCOFFAArch64.h | 256   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| H A D | RuntimeDyldMachOAArch64.h | 355   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| H A D | RuntimeDyldMachOARM.h | 202   void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {  in resolveRelocation()  function
 | 
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ | 
| H A D | Win64EHDumper.cpp | 205 static std::error_code resolveRelocation(const Dumper::Context &Ctx,  in resolveRelocation()  function
 | 
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| H A D | RuntimeDyldELF.cpp | 1030 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE,  in resolveRelocation()  function in llvm::RuntimeDyldELF1037 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section,  in resolveRelocation()  function in llvm::RuntimeDyldELF
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Object/ | 
| H A D | RelocationResolver.cpp | 846 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,  in resolveRelocation()  function
 |