Searched refs:RelSect (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELFLinkGraphBuilder.h | 117 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 D | ELF_x86_64.cpp | 148 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 D | COFF_x86_64.cpp | 54 for (const auto &RelSect : sections()) in addRelocations() local 56 RelSect, this, &COFFLinkGraphBuilder_x86_64::addSingleRelocation)) in addRelocations()
|
| H A D | ELF_aarch64.cpp | 131 for (const auto &RelSect : Base::Sections) in addRelocations() local 132 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
|
| H A D | ELF_riscv.cpp | 484 for (const auto &RelSect : Base::Sections) in addRelocations() local 485 if (Error Err = Base::forEachRelocation(RelSect, this, in addRelocations()
|