Home
last modified time | relevance | path

Searched refs:scope_qualified_name (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Language/CPlusPlus/
H A DCPlusPlusLanguageTest.cpp20 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 DSymbolFileOnDemand.cpp410 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 DSymbolFile.cpp134 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h149 const std::string &scope_qualified_name,
H A DSymbolFile.h260 GetMangledNamesForFunction(const std::string &scope_qualified_name,
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp520 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 DSymbolFilePDB.h133 const std::string &scope_qualified_name,
H A DSymbolFilePDB.cpp1384 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2394 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 DSymbolFileDWARF.h192 const std::string &scope_qualified_name,