Home
last modified time | relevance | path

Searched refs:RelSec (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h91 Error forEachRelocation(const object::SectionRef &RelSec,
99 Error forEachRelocation(const object::SectionRef &RelSec, ClassT *Instance,
103 RelSec,
185 Error COFFLinkGraphBuilder::forEachRelocation(const object::SectionRef &RelSec,
189 auto COFFRelSect = Obj.getCOFFSection(RelSec); in forEachRelocation()
202 auto *BlockToFix = getGraphBlock(RelSec.getIndex() + 1); in forEachRelocation()
209 for (const auto &R : RelSec.relocations()) in forEachRelocation()
210 if (Error Err = Func(R, RelSec, *BlockToFix)) in forEachRelocation()
186 forEachRelocation(const object::SectionRef & RelSec,RelocHandlerFunction && Func,bool ProcessDebugSections) forEachRelocation() argument
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1881 if (auto RelSec = dyn_cast<RelocationSection>(&Sec)) { in readSections() local
1888 Sections->begin() + RelSec->Index; in readSections()
1889 if (RelSec->Type == SHT_CREL) { in readSections()
1893 if (Error Err = initRelocations(RelSec, RelsOrRelas->first)) in readSections()
1895 if (Error Err = initRelocations(RelSec, RelsOrRelas->second)) in readSections()
1897 } else if (RelSec->Type == SHT_REL) { in readSections()
1903 if (Error Err = initRelocations(RelSec, *Rels)) in readSections()
1911 if (Error Err = initRelocations(RelSec, *Relas)) in readSections()
2202 if (auto RelSec = dyn_cast<RelocationSectionBase>(Sec.get())) { in removeSections() local
2203 if (auto ToRelSec = RelSec->getSection()) in removeSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1068 const Elf_Shdr *RelSec = getRelSection(RelData); in section_rel_end() local
1071 auto SymSecOrErr = EF.getSection(RelSec->sh_link); in section_rel_end()