reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/ObjectFile.h
  195   Expected<section_iterator> getSection() const;

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1310     auto SectOrErr = Sym->getSection();
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  166   Expected<section_iterator> Sec = Symbol.getSection();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  311       if (auto SIOrErr = I->getSection())
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  661       if (auto TSIOrErr = TargetSymbol->getSection())
 1160       auto SectionOrErr = Symbol->getSection();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
   52     auto SectionOrErr = Symbol->getSection();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
   74     auto SectionOrErr = Symbol->getSection();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  200     auto SectionOrError = Symbol->getSection();
lib/Object/Object.cpp
  220   Expected<section_iterator> SecOrErr = (*unwrap(Sym))->getSection();
lib/Object/ObjectFile.cpp
   41   Expected<section_iterator> SymSec = S.getSection();
tools/dsymutil/MachODebugMapParser.cpp
  555     Expected<section_iterator> SectionOrErr = Sym.getSection();
tools/llvm-cxxdump/llvm-cxxdump.cpp
  197     Expected<object::section_iterator> SecIOrErr = Sym.getSection();
tools/llvm-nm/llvm-nm.cpp
  895   Expected<elf_section_iterator> SecIOrErr = SymI->getSection();
  955     Expected<section_iterator> SecIOrErr = SymI->getSection();
 1094       Expected<elf_section_iterator> SecIOrErr = SymI->getSection();
tools/llvm-objdump/COFFDump.cpp
  166   Expected<section_iterator> Iter = Sym.getSection();
tools/llvm-objdump/ELFDump.cpp
   87       Expected<section_iterator> SymSI = SI->getSection();
tools/llvm-objdump/MachODump.cpp
 7846       unwrapOrError(Sym->second.getSection(), Obj->getFileName());
 8209     auto SectOrErr = SymRef.getSection();
tools/llvm-objdump/llvm-objdump.cpp
  922         unwrapOrError(Symbol.getSection(), Obj->getFileName());
 1151     section_iterator SecI = unwrapOrError(Symbol.getSection(), FileName);
 1504                   RelCur->getSymbol()->getSection();
 1816     section_iterator Section = unwrapOrError(Symbol.getSection(), FileName,
tools/llvm-readobj/ARMWinEHPrinter.cpp
  988     Expected<section_iterator> SIOrErr = XDataRecord->getSection();
tools/llvm-readobj/ELFDumper.cpp
 4786     auto SectionOrErr = RelocSym->getSection();
tools/llvm-readobj/MachODumper.cpp
  632   Expected<section_iterator> SecIOrErr = Symbol.getSection();
tools/llvm-readobj/Win64EHDumper.cpp
  155   Expected<section_iterator> SI = Symbol.getSection();
tools/llvm-rtdyld/llvm-rtdyld.cpp
  452           auto SecOrErr = Sym.getSection();
  464         } else if (auto SecOrErr = Sym.getSection())