Searched refs:mangled_names (Results 1 – 8 of 8) sorted by relevance
424 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument432 mangled_names); in GetMangledNamesForFunction()
135 std::vector<ConstString> &mangled_names) {} in GetMangledNamesForFunction() argument
153 std::vector<lldb_private::ConstString> &mangled_names) override;
329 std::vector<ConstString> &mangled_names);
134 std::vector<lldb_private::ConstString> &mangled_names) override;
1384 std::vector<lldb_private::ConstString> &mangled_names) {} in GetMangledNamesForFunction() argument
186 std::vector<ConstString> &mangled_names) override;
2597 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument2607 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()2613 mangled_names.push_back(ConstString(die.GetMangledName())); in GetMangledNamesForFunction()