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

Declarations

include/llvm/DebugInfo/PDB/Native/DbiStream.h
   77   uint32_t getDebugStreamIndex(DbgHeaderType Type) const;

References

lib/DebugInfo/PDB/Native/DbiStream.cpp
  334   uint32_t StreamNum = getDebugStreamIndex(Type);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  508   uint32_t SI = Dbi.getDebugStreamIndex(Type);
tools/llvm-pdbutil/StreamUtil.cpp
  132              StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Exception))
  135     else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Fixup))
  138     else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::FPO))
  141              StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::NewFPO))
  145              StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapFromSrc))
  149              StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapToSrc))
  152     else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Pdata))
  155              StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdr))
  160                  Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdrOrig))
  164              StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::TokenRidMap))
  167     else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Xdata))