Searched defs:findSection (Results 1 – 12 of 12) sorted by relevance
85 const Section *Object::findSection(ssize_t UniqueId) const { findSection() function in llvm::objcopy::coff::Object
341 static Expected<Section &> findSection(StringRef SecName, Object &O) { findSection() function
95 std::optional<SectionRef> findSection(StringRef Name) const { in findSection() function
629 auto findSection = [&](uint64_t addr) { applyOptimizationHints() local
524 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { findSection() function
295 static OutputSection *findSection(StringRef name, unsigned partition = 1) { findSection() function [all...]
942 auto findSection = [&](StringRef name) -> InputSectionBase * { readCallGraph() local
4630 static OutputSection *findSection(StringRef name) { findSection() function
1205 SectionBase *findSection(StringRef Name) { findSection() function
1127 if (SectionChunk *to = findSection(fields[1])) in parseCallGraphFile() local
2328 OutputSection *Writer::findSection(StringRef name) { findSection() function in Writer
4434 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( findSection() function in BindRebaseSegInfo