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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  116   virtual std::string getName() const = 0;

Overridden By

lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
   55 std::string NativeCompilandSymbol::getName() const {
lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
   54 std::string NativeSymbolEnumerator::getName() const { return Record.Name; }
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  304 std::string NativeTypeEnum::getName() const {
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
   23 std::string NativeTypeTypedef::getName() const { return Record.Name; }
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   73 std::string NativeTypeUDT::getName() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
   91   std::string getName() const override;