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;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  201 std::string NativeRawSymbol::getName() const {

Declarations

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

References

lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   43   dumpSymbolField(OS, "name", getName(), Indent);
   75     return UnmodifiedType->getName();