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

Declarations

include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h
   81   Expected<uint32_t> allocateNamedStream(StringRef Name, uint32_t Size);

References

lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
   94   Expected<uint32_t> ExpectedIndex = allocateNamedStream(Name, Data.size());
  137   Expected<uint32_t> SN = allocateNamedStream("/LinkInfo", 0);
  158   SN = allocateNamedStream("/names", StringsLen);
  198     SN = allocateNamedStream("/src/headerblock", SrcHeaderBlockSize);
  202       SN = allocateNamedStream(IS.StreamName, IS.Content->getBufferSize());