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

Declarations

include/llvm/Object/COFF.h
 1043   Error getSectionContents(const coff_section *Sec,

References

lib/Object/COFFObjectFile.cpp
  299   if (Error E = getSectionContents(Sec, Res))
 1834     if (Error E = Obj->getSectionContents(Section, Contents))
tools/lld/COFF/Chunks.cpp
  590   cantFail(file->getCOFFObj()->getSectionContents(header, a));
tools/lld/COFF/Driver.cpp
  927           obj->getCOFFObj()->getSectionContents(obj->addrsigSec, contents));
tools/lld/COFF/InputFiles.cpp
  244     cantFail(coffObj->getSectionContents(sec, data));
tools/llvm-objcopy/COFF/Reader.cpp
   67     if (Error E = COFFObj.getSectionContents(Sec, Contents))
tools/llvm-objdump/COFFDump.cpp
  201   return Obj->getSectionContents(Section, Contents);
  463     if (Error E = Obj->getSectionContents(Pdata, Contents))
tools/llvm-readobj/ARMWinEHPrinter.cpp
  814   if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
 1083   if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents))
tools/llvm-readobj/Win64EHDumper.cpp
  292   if (Error E = Ctx.COFF.getSectionContents(XData, Contents))
  320     if (Error E = Ctx.COFF.getSectionContents(PData, Contents))
tools/obj2yaml/coff2yaml.cpp
  122     cantFail(Obj.getSectionContents(COFFSection, sectionData));
  182       cantFail(Obj.getSectionContents(COFFSection, sectionData));