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

References

lib/Object/COFFObjectFile.cpp
  342   return Sec->PointerToRawData == 0;
  464       Res = uintptr_t(base()) + Section->PointerToRawData + Offset;
  483           uintptr_t(base()) + Section->PointerToRawData + OffsetIntoSection;
 1103   if (Sec->PointerToRawData == 0)
 1108   uintptr_t ConStart = uintptr_t(base()) + Sec->PointerToRawData;
lib/Object/WindowsResource.cpp
  751   SectionOneHeader->PointerToRawData = SectionOneOffset;
  769   SectionTwoHeader->PointerToRawData = SectionTwoOffset;
tools/lld/COFF/Writer.cpp
 1252       sec->header.PointerToRawData = fileSize;
tools/lld/COFF/Writer.h
   49   uint64_t getFileOff() { return header.PointerToRawData; }
tools/llvm-objcopy/COFF/Writer.cpp
   97       S.Header.PointerToRawData = FileSize;
  298     uint8_t *Ptr = Buf.getBufferStart() + S.Header.PointerToRawData;
  389       uint8_t *Ptr = Buf.getBufferStart() + S.Header.PointerToRawData + Offset;
  394             S.Header.PointerToRawData + Offset + sizeof(debug_directory);
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1900                  uint32_t(Header.PointerToRawData));
tools/llvm-readobj/COFFDumper.cpp
 1332     W.printHex   ("PointerToRawData", Section->PointerToRawData);
 1777                  Obj->getCOFFSection(S)->PointerToRawData);
tools/obj2yaml/coff2yaml.cpp
  172     NewYAMLSection.Header.PointerToRawData = COFFSection->PointerToRawData;