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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  162   virtual PDB_SymType getSymTag() const = 0;

Overridden By

lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
   22 PDB_SymType NativeCompilandSymbol::getSymTag() const {
lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
   28 PDB_SymType NativeTypeBuiltin::getSymTag() const {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  176 PDB_SymType NativeTypeEnum::getSymTag() const { return PDB_SymType::Enum; }

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  136   PDB_SymType getSymTag() const override;

References

lib/DebugInfo/PDB/Native/SymbolCache.cpp
  126   switch (UnmodifiedNRS.getSymTag()) {