Searched refs:mangled_names (Results 1 – 6 of 6) sorted by relevance
128 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument
250 std::vector<ConstString> &mangled_names);
134 std::vector<lldb_private::ConstString> &mangled_names) override;
1376 std::vector<lldb_private::ConstString> &mangled_names) {} in GetMangledNamesForFunction() argument
191 std::vector<lldb_private::ConstString> &mangled_names) override;
2300 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument2310 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()2316 mangled_names.push_back(ConstString(die.GetMangledName())); in GetMangledNamesForFunction()