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;

Overridden By

lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
   56 SymIndexId NativeSymbolEnumerator::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
   61 SymIndexId NativeTypeArray::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  340 SymIndexId NativeTypeEnum::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   41   SymIndexId getTypeId() const override { return RealType->getSymIndexId(); }
  160 SymIndexId NativeTypeFunctionSig::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
  100 SymIndexId NativeTypePointer::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
   25 SymIndexId NativeTypeTypedef::getTypeId() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  123   SymIndexId getTypeId() const override;