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

References

lib/ObjectYAML/COFFEmitter.cpp
  210   CP.SectionTableStart =
  213     CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic);
  217       CP.SectionTableStart + CP.SectionTableSize;
  356   uint32_t SizeOfHeaders = alignTo(CP.SectionTableStart + CP.SectionTableSize,
  473   assert(OS.tell() == CP.SectionTableStart);
  489   assert(OS.tell() == CP.SectionTableStart + CP.SectionTableSize);