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

References

lib/Object/COFFObjectFile.cpp
  354         base + Sec->PointerToRelocations)))
  368       Base + Sec->PointerToRelocations);
lib/Object/WindowsResource.cpp
  752   SectionOneHeader->PointerToRelocations = SectionOneRelocations;
  770   SectionTwoHeader->PointerToRelocations = 0;
tools/llvm-objcopy/COFF/COFFObjcopy.cpp
   75   Sec.Header.PointerToRelocations = 0;
tools/llvm-objcopy/COFF/Writer.cpp
  101     S.Header.PointerToRelocations =
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1902                  uint32_t(Header.PointerToRelocations));
tools/llvm-readobj/COFFDumper.cpp
 1333     W.printHex   ("PointerToRelocations", Section->PointerToRelocations);
tools/obj2yaml/coff2yaml.cpp
  174         COFFSection->PointerToRelocations;