Searched refs:RelSec (Results 1 – 4 of 4) 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, 102 RelSec, 170 Error COFFLinkGraphBuilder::forEachRelocation(const object::SectionRef &RelSec, in forEachRelocation() argument 174 auto COFFRelSect = Obj.getCOFFSection(RelSec); in forEachRelocation() 183 auto *BlockToFix = getGraphBlock(RelSec.getIndex() + 1); in forEachRelocation() 190 for (const auto &R : RelSec.relocations()) in forEachRelocation() 191 if (Error Err = Func(R, RelSec, *BlockToFix)) in forEachRelocation()
|
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | ELFObjectFileTest.cpp | 783 section_iterator RelSec = *RelSecOrErr; in TEST() local 784 ASSERT_NE(RelSec, Obj.section_end()); in TEST() 785 Expected<StringRef> TextSecNameOrErr = RelSec->getName(); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 1809 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local 1816 Sections->begin() + RelSec->Index; in readSections() 1817 if (RelSec->Type == SHT_REL) { in readSections() 1823 if (Error Err = initRelocations(RelSec, *Rels)) in readSections() 1831 if (Error Err = initRelocations(RelSec, *Relas)) in readSections() 2117 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local 2118 if (auto ToRelSec = RelSec->getSection()) in removeSections()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 980 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local 983 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()
|