Searched refs:scope_qualified_name (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguageTest.cpp | 20 std::string context, basename, arguments, qualifiers, scope_qualified_name; in TEST() member 121 EXPECT_EQ(test.scope_qualified_name, method.GetScopeQualifiedName()); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 410 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument 415 __FUNCTION__, scope_qualified_name); in GetMangledNamesForFunction() 418 return m_sym_file_impl->GetMangledNamesForFunction(scope_qualified_name, in GetMangledNamesForFunction()
|
| H A D | SymbolFile.cpp | 134 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | SymbolFileOnDemand.h | 149 const std::string &scope_qualified_name,
|
| H A D | SymbolFile.h | 260 GetMangledNamesForFunction(const std::string &scope_qualified_name,
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 520 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName() local 522 if (!scope_qualified_name.size()) in FindBestAlternateFunctionMangledName() 533 sym_file->GetMangledNamesForFunction(scope_qualified_name, alternates); in FindBestAlternateFunctionMangledName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 133 const std::string &scope_qualified_name,
|
| H A D | SymbolFilePDB.cpp | 1384 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 2394 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument 2405 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction() 2409 m_function_scope_qualified_name_map.lookup(scope_qualified_name)) { in GetMangledNamesForFunction() 2992 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType() local 2995 if (scope_qualified_name.size()) { in ParseType() 2996 m_function_scope_qualified_name_map[scope_qualified_name].insert( in ParseType()
|
| H A D | SymbolFileDWARF.h | 192 const std::string &scope_qualified_name,
|