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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  149   virtual SymIndexId getTypeId() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  322 SymIndexId NativeRawSymbol::getTypeId() const { return 0; }

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   56   SymIndexId getTypeId() const override;

References

lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
   57   return Parent.getTypeId();
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  139   dumpSymbolIdField(OS, "typeId", getTypeId(), Indent, Session,
  342     return UnmodifiedType->getTypeId();
  380       getTypeId());