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

Declarations

include/llvm/DebugInfo/PDB/Native/InfoStream.h
   54   Expected<uint32_t> getNamedStreamIndex(llvm::StringRef Name) const;

References

lib/DebugInfo/PDB/Native/PDBFile.cpp
  461   Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/names");
  474   Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex("/src/headerblock");
  501   Expected<uint32_t> ExpectedNSI = IS->getNamedStreamIndex(Name);
tools/llvm-pdbutil/llvm-pdbutil.cpp
 1381     Index = ExitOnErr(IS.getNamedStreamIndex(opts::exportstream::Stream));