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;

Overridden By

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  250 SymIndexId NativeTypeEnum::getUnmodifiedTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   82 SymIndexId NativeTypeUDT::getUnmodifiedTypeId() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  127   SymIndexId getUnmodifiedTypeId() const override;