Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp422 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
427 __FUNCTION__, scope_qualified_name); in GetMangledNamesForFunction()
430 return m_sym_file_impl->GetMangledNamesForFunction(scope_qualified_name, in GetMangledNamesForFunction()
H A DSymbolFile.cpp134 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h152 const std::string &scope_qualified_name,
H A DSymbolFile.h320 GetMangledNamesForFunction(const std::string &scope_qualified_name,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h133 const std::string &scope_qualified_name,
H A DSymbolFilePDB.cpp1398 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp592 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName() local
594 if (!scope_qualified_name.size()) in FindBestAlternateFunctionMangledName()
605 sym_file->GetMangledNamesForFunction(scope_qualified_name, alternates); in FindBestAlternateFunctionMangledName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h186 GetMangledNamesForFunction(const std::string &scope_qualified_name,
H A DSymbolFileDWARF.cpp2620 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
2631 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()
2635 m_function_scope_qualified_name_map.lookup(scope_qualified_name)) { in GetMangledNamesForFunction()
3232 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType() local
3235 if (scope_qualified_name.size()) { in ParseType()
3236 m_function_scope_qualified_name_map[scope_qualified_name].insert( in ParseType()