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

References

lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
   52   if (!Info)
   53     Info = std::make_unique<InfoStreamBuilder>(*Msf, NamedStreams);
   54   return *Info;
  169   if (Info) {
  170     if (auto EC = Info->finalizeMsfLayout())
  210   if (Info) {
  211     if (auto EC = Info->finalizeMsfLayout())
  297   if (Info) {
  298     if (auto EC = Info->commit(Layout, Buffer))
  333   if (Info->hashPDBContentsToGUID()) {
  350     H->Age = Info->getAge();
  351     H->Guid = Info->getGuid();
  352     Optional<uint32_t> Sig = Info->getSignature();