Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp85 const Section *Object::findSection(ssize_t UniqueId) const { in findSection() function in llvm::objcopy::coff::Object
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp341 static Expected<Section &> findSection(StringRef SecName, Object &O) { in findSection() function
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp95 std::optional<SectionRef> findSection(StringRef Name) const { in findSection() function
/freebsd-src/contrib/llvm-project/lld/MachO/Arch/
H A DARM64.cpp631 auto findSection = [&](uint64_t addr) { applyOptimizationHints() local
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp499 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { findSection() function
H A DWriter.cpp315 static OutputSection *findSection(StringRef name, unsigned partition = 1) { findSection() function
[all...]
H A DDriver.cpp914 auto findSection = [&](StringRef name) -> InputSectionBase * { readCallGraph() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1086 SectionBase *findSection(StringRef Name) { findSection() function
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1135 auto findSection = [&](StringRef name) -> SectionChunk * { parseCallGraphFile() local
H A DWriter.cpp2312 OutputSection *Writer::findSection(StringRef name) { findSection() function in Writer
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4430 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( findSection() function in BindRebaseSegInfo