|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp 55 std::string NativeCompilandSymbol::getName() const {
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp 201 std::string NativeRawSymbol::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 {
unittests/DebugInfo/PDB/PDBApiTest.cpp 266 MOCK_SYMBOL_ACCESSOR(getName)
References
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp 1020 std::string name(symbol.getRawSymbol().getName());
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 907 m_public_names[addr] = symbol_up->getRawSymbol().getName();
1534 result->getRawSymbol().getName()) != name)