Searched refs:forEachRelocation (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.h | 90 Error forEachRelocation(const object::SectionRef &RelSec, 98 Error forEachRelocation(const object::SectionRef &RelSec, ClassT *Instance, 101 return forEachRelocation( 170 Error COFFLinkGraphBuilder::forEachRelocation(const object::SectionRef &RelSec, in forEachRelocation() function
|
| H A D | ELFLinkGraphBuilder.h | 117 Error forEachRelocation(const typename ELFT::Shdr &RelSect, 125 Error forEachRelocation(const typename ELFT::Shdr &RelSect, ClassT *Instance, 128 return forEachRelocation( 479 Error ELFLinkGraphBuilder<ELFT>::forEachRelocation( in forEachRelocation() function
|
| H A D | COFF_x86_64.cpp | 55 if (Error Err = COFFLinkGraphBuilder::forEachRelocation( in addRelocations()
|
| H A D | ELF_x86_64.cpp | 155 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
|
| H A D | ELF_aarch64.cpp | 132 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
|
| H A D | ELF_riscv.cpp | 485 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
|