Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp85 const Section *Object::findSection(ssize_t UniqueId) const { in findSection() function in llvm::objcopy::coff::Object
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObjcopy.cpp330 static Expected<Section &> findSection(StringRef SecName, Object &O) { in findSection() function
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64.cpp600 auto findSection = [&](uint64_t addr) { in applyOptimizationHints() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.h1077 SectionBase *findSection(StringRef Name) { in findSection() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputFiles.cpp470 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection() function
H A DDriver.cpp889 auto findSection = [&](StringRef name) -> InputSectionBase * { in readCallGraph() local
H A DWriter.cpp254 static OutputSection *findSection(StringRef name, unsigned partition = 1) { in findSection() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp1119 auto findSection = [&](StringRef name) -> SectionChunk * { in parseCallGraphFile() local
H A DWriter.cpp2091 OutputSection *Writer::findSection(StringRef name) { in findSection() function in Writer
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4423 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection() function in BindRebaseSegInfo