Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp423 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
428 __FUNCTION__, scope_qualified_name); in GetMangledNamesForFunction()
431 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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFileOnDemand.h152 const std::string &scope_qualified_name,
H A DSymbolFile.h328 GetMangledNamesForFunction(const std::string &scope_qualified_name,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h133 const std::string &scope_qualified_name,
H A DSymbolFilePDB.cpp1383 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp729 std::string scope_qualified_name = cpp_name.GetScopeQualifiedName(); in FindBestAlternateFunctionMangledName() local
731 if (!scope_qualified_name.size()) in FindBestAlternateFunctionMangledName()
742 sym_file->GetMangledNamesForFunction(scope_qualified_name, alternates); in FindBestAlternateFunctionMangledName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h185 GetMangledNamesForFunction(const std::string &scope_qualified_name,
H A DSymbolFileDWARF.cpp2596 const std::string &scope_qualified_name, in GetMangledNamesForFunction() argument
2607 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()
2611 m_function_scope_qualified_name_map.lookup(scope_qualified_name)) { in GetMangledNamesForFunction()
3099 std::string scope_qualified_name(GetDeclContextForUID(die.GetID()) in ParseType() local
3102 if (scope_qualified_name.size()) { in ParseType()
3103 m_function_scope_qualified_name_map[scope_qualified_name].insert( in ParseType()