Searched refs:forEachRelaRelocation (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELFLinkGraphBuilder.h | 136 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect, 152 Error forEachRelaRelocation(const typename ELFT::Shdr &RelSect, in forEachRelaRelocation() function 154 return forEachRelaRelocation( in forEachRelaRelocation() 595 Error ELFLinkGraphBuilder<ELFT>::forEachRelaRelocation( in forEachRelaRelocation() function
|
H A D | ELF_loongarch.cpp | 84 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|
H A D | ELF_x86_64.cpp | 118 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|
H A D | ELF_ppc64.cpp | 217 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addSingleRelocation()
|
H A D | ELF_aarch64.cpp | 149 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|
H A D | ELF_riscv.cpp | 870 if (Error Err = Base::forEachRelaRelocation(RelSect, this, in addRelocations()
|