Home
last modified time | relevance | path

Searched defs:SecOrErr (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp61 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local
H A Dllvm-objdump.cpp1654 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp273 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h510 if (Expected<section_iterator> SecOrErr = getSymbolSection(Sym)) { in getSymbolName() local
979 Expected<const Elf_Shdr *> SecOrErr = EF.getSection(EShdr->sh_info); in getRelocatedSection() local
H A DELF.h818 auto SecOrErr = getSection(Section); in getEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp453 auto SecOrErr = Sym.getSection(); in printLineInfoForInput() local
465 } else if (auto SecOrErr = Sym.getSection()) in printLineInfoForInput() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp220 Expected<section_iterator> SecOrErr = (*unwrap(Sym))->getSection(); in LLVMMoveToContainingSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp535 Expected<section_iterator> SecOrErr = in darwinPrintSymbol() local
1047 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp934 Expected<const Elf_Shdr *> SecOrErr = Obj.getSection(SectionIndex); in getSymbolSectionName() local
3352 if (Expected<const Elf_Shdr *> SecOrErr = Obj.getSection(Ndx)) { in getGroups() local
5733 if (Expected<const Elf_Shdr *> SecOrErr = in printFunctionStackSize() local
6137 if (Expected<const Elf_Mips_ABIFlags<ELFT> *> SecOrErr = in printMipsABIFlags() local
7042 if (Expected<const Elf_Mips_ABIFlags<ELFT> *> SecOrErr = in printMipsABIFlags() local
H A DCOFFDumper.cpp1494 Expected<const coff_section *> SecOrErr = in printSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp537 auto Add = [&](Expected<ELFYAML::Chunk *> SecOrErr) -> Error { in dumpSections()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1680 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory() local