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

Declarations

include/llvm/DebugInfo/PDB/Native/DbiStream.h
   53   bool isStripped() const;

References

lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
   98     return !Dbi->isStripped();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  316   if (m_index->dbi().isStripped())
tools/llvm-pdbutil/DumpOutputStyle.cpp
  266     P.formatLine("Is stripped: {0}", DBI.isStripped());