Home
last modified time | relevance | path

Searched refs:RelSect (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h117 Error forEachRelocation(const typename ELFT::Shdr &RelSect,
125 Error forEachRelocation(const typename ELFT::Shdr &RelSect, ClassT *Instance,
129 RelSect,
480 const typename ELFT::Shdr &RelSect, RelocHandlerFunction &&Func, in forEachRelocation() argument
484 if (RelSect.sh_type != ELF::SHT_RELA && RelSect.sh_type != ELF::SHT_REL) in forEachRelocation()
489 auto FixupSection = Obj.getSection(RelSect.sh_info); in forEachRelocation()
506 auto *BlockToFix = getGraphBlock(RelSect.sh_info); in forEachRelocation()
512 auto RelEntries = Obj.relas(RelSect); in forEachRelocation()
H A DELF_x86_64.cpp148 for (const auto &RelSect : Base::Sections) { in addRelocations() local
150 if (RelSect.sh_type == ELF::SHT_REL) in addRelocations()
155 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
H A DCOFF_x86_64.cpp54 for (const auto &RelSect : sections()) in addRelocations() local
56 RelSect, this, &COFFLinkGraphBuilder_x86_64::addSingleRelocation)) in addRelocations()
H A DELF_aarch64.cpp131 for (const auto &RelSect : Base::Sections) in addRelocations() local
132 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
H A DELF_riscv.cpp484 for (const auto &RelSect : Base::Sections) in addRelocations() local
485 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()