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

Declarations

include/llvm/Object/COFF.h
  985   std::error_code getSection(int32_t index, const coff_section *&Res) const;

References

lib/Object/COFFObjectFile.cpp
  178   if (std::error_code EC = getSection(SectionNumber, Section))
  254   if (std::error_code EC = getSection(Symb.getSectionNumber(), Sec))
 1828     if (std::error_code EC = Obj->getSection(Sym->getSectionNumber(), Section))
tools/lld/COFF/InputFiles.cpp
  204   if (auto ec = coffObj->getSection(i, sec))
tools/llvm-objcopy/COFF/Reader.cpp
   61     if (auto EC = COFFObj.getSection(I, Sec))
tools/llvm-readobj/COFFDumper.cpp
 1453   if (std::error_code EC = Obj->getSection(Symbol.getSectionNumber(), Section)) {
 1537         if (std::error_code EC = Obj->getSection(AuxNumber, Assoc))