Home
last modified time | relevance | path

Searched refs:forEachRelocation (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h90 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 DELFLinkGraphBuilder.h117 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 DCOFF_x86_64.cpp55 if (Error Err = COFFLinkGraphBuilder::forEachRelocation( in addRelocations()
H A DELF_x86_64.cpp155 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
H A DELF_aarch64.cpp132 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
H A DELF_riscv.cpp485 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()