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

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
   59   Expected<uint32_t> getNamedStreamIndex(StringRef Name) const;

References

lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  229   uint32_t SN = cantFail(getNamedStreamIndex("/src/headerblock"));
  253     uint32_t SN = cantFail(getNamedStreamIndex(IS.StreamName));
  276   auto ExpectedSN = getNamedStreamIndex("/names");