Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.cpp91 const Section *Object::findSection(ssize_t UniqueId) const { in findSection() function in llvm::objcopy::coff::Object
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h1066 SectionBase *findSection(StringRef Name) { in findSection() function
/external/llvm-project/lld/ELF/
DDriver.cpp809 auto findSection = [&](StringRef name) -> InputSectionBase * { in readCallGraph() local
DInputFiles.cpp350 static const Elf_Shdr *findSection(ArrayRef<Elf_Shdr> sections, uint32_t type) { in findSection() function
DWriter.cpp335 static OutputSection *findSection(StringRef name, unsigned partition = 1) { in findSection() function
/external/llvm-project/lld/COFF/
DDriver.cpp954 auto findSection = [&](StringRef name) -> SectionChunk * { in parseCallGraphFile() local
DWriter.cpp1984 OutputSection *Writer::findSection(StringRef name) { in findSection() function in Writer
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp4087 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection() function in BindRebaseSegInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4078 const BindRebaseSegInfo::SectionInfo &BindRebaseSegInfo::findSection( in findSection() function in BindRebaseSegInfo
/external/llvm/tools/llvm-objdump/
DMachODump.cpp9186 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection() function in SegInfo