/llvm-project/llvm/lib/ObjCopy/COFF/ |
H A D | COFFReader.cpp | 60 Expected<const coff_section *> SecOrErr = COFFObj.getSection(I); in readSections() local
|
/llvm-project/offload/plugins-nextgen/common/src/Utils/ |
H A D | ELF.cpp | 320 auto SecOrErr = ELFFile.getSection(Symbol.st_shndx); getSymbolAddressImpl() local
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 274 auto SecOrErr = Sym.getSection(); in notifyObjectLoaded() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 95 if (!SecOrErr) in getRelocationValueString() local
|
H A D | llvm-objdump.cpp | 2671 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); printRelocations() local
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.cpp | 222 auto SecOrErr = Obj.getSection(SectionIndex); graphifySymbols() local
|
/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 503 auto SecOrErr = Sym.getSection(); in printLineInfoForInput() local 515 } else if (auto SecOrErr = Sym.getSection()) in printLineInfoForInput() local
|
/llvm-project/llvm/lib/Object/ |
H A D | Object.cpp | 223 Expected<section_iterator> SecOrErr = (*unwrap(Sym))->getSection(); in LLVMMoveToContainingSection() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 575 Expected<section_iterator> SecOrErr = getSymbolSection(Sym); in getSymbolName() local 1088 if (!SecOrErr) in getRelocatedSection() local
|
H A D | ELF.h | 979 auto SecOrErr = getSection(Section); getEntry() local
|
/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 451 Expected<section_iterator> SecOrErr = darwinPrintSymbol() local 1028 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); getSymbolNMTypeChar() local
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1048 Expected<const Elf_Shdr *> SecOrErr = Obj.getSection(SectionIndex); in getSymbolSectionName() local 3766 if (Expected<const Elf_Shdr *> SecOrErr = Obj.getSection(Ndx)) { getGroups() local 6598 if (Expected<const Elf_Shdr *> SecOrErr = getSymbolIndexesForFunctionAddress() local 6987 if (Expected<const Elf_Mips_ABIFlags<ELFT> *> SecOrErr = printMipsABIFlags() local 8260 if (Expected<const Elf_Mips_ABIFlags<ELFT> *> SecOrErr = printMipsABIFlags() local [all...] |
H A D | COFFDumper.cpp | 1643 Expected<const coff_section *> SecOrErr = printSymbol() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 576 auto Add = [&](Expected<ELFYAML::Chunk *> SecOrErr) -> Error { in dumpSections() argument
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 2159 Expected<section_iterator> SecOrErr = Section.getRelocatedSection(); DWARFObjInMemory() local
|