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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  167   virtual PDB_LocType getLocationType() const = 0;

Overridden By

lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
   64 PDB_LocType NativeSymbolEnumerator::getLocationType() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  141   PDB_LocType getLocationType() const override;