Home
last modified time | relevance | path

Searched defs:findSection (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp85 const Section *Object::findSection(ssize_t UniqueId) const { findSection() function in llvm::objcopy::coff::Object
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp341 static Expected<Section &> findSection(StringRef SecName, Object &O) { findSection() function
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp95 std::optional<SectionRef> findSection(StringRef Name) const { in findSection() function
/llvm-project/lld/MachO/Arch/
H A DARM64.cpp629 auto findSection = [&](uint64_t addr) { applyOptimizationHints() local
/llvm-project/lld/ELF/
H A DInputFiles.cpp524 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { findSection() function
H A DWriter.cpp295 static OutputSection *findSection(StringRef name, unsigned partition = 1) { findSection() function
[all...]
H A DDriver.cpp942 auto findSection = [&](StringRef name) -> InputSectionBase * { readCallGraph() local
H A DSyntheticSections.cpp4630 static OutputSection *findSection(StringRef name) { findSection() function
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1205 SectionBase *findSection(StringRef Name) { findSection() function
/llvm-project/lld/COFF/
H A DDriver.cpp1127 if (SectionChunk *to = findSection(fields[1])) in parseCallGraphFile() local
H A DWriter.cpp2328 OutputSection *Writer::findSection(StringRef name) { findSection() function in Writer
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4434 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( findSection() function in BindRebaseSegInfo