Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp95 auto SecOrErr = EF.getSection(Rel.d.a); in getRelocationValueString() local
H A Dllvm-objdump.cpp2671 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in printRelocations() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp274 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp221 auto SecOrErr = Obj.getSection(SectionIndex); graphifySymbols() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp503 auto SecOrErr = Sym.getSection(); in printLineInfoForInput() local
515 } else if (auto SecOrErr = Sym.getSection()) in printLineInfoForInput() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp223 Expected<section_iterator> SecOrErr = (*unwrap(Sym))->getSection(); in LLVMMoveToContainingSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h575 Expected<section_iterator> SecOrErr = getSymbolSection(Sym); in getSymbolName() local
1088 Expected<const Elf_Shdr *> SecOrErr = EF.getSection(EShdr->sh_info); in getRelocatedSection() local
H A DELF.h979 auto SecOrErr = getSection(Section); in getEntry() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp451 Expected<section_iterator> SecOrErr = in darwinPrintSymbol() local
1028 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1048 Expected<const Elf_Shdr *> SecOrErr = Obj.getSection(SectionIndex); in getSymbolSectionName() local
3766 if (Expected<const Elf_Shdr *> SecOrErr = Obj.getSection(Ndx)) { in getGroups() local
6598 if (Expected<const Elf_Shdr *> SecOrErr = in getSymbolIndexesForFunctionAddress() local
6987 if (Expected<const Elf_Mips_ABIFlags<ELFT> *> SecOrErr = in printMipsABIFlags() local
8260 if (Expected<const Elf_Mips_ABIFlags<ELFT> *> SecOrErr = in printMipsABIFlags() local
H A DCOFFDumper.cpp1643 Expected<const coff_section *> SecOrErr = in printSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2159 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); in DWARFObjInMemory() local