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

Overrides

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

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   41   SymIndexId getUnmodifiedTypeId() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  142     dumpSymbolIdField(OS, "unmodifiedTypeId", getUnmodifiedTypeId(), Indent,