Searched refs:mangled_names (Results 1 – 8 of 8) sorted by relevance
423 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument431 mangled_names); in GetMangledNamesForFunction()
134 std::vector<ConstString> &mangled_names) {} in GetMangledNamesForFunction() argument
153 std::vector<lldb_private::ConstString> &mangled_names) override;
306 std::vector<ConstString> &mangled_names);
134 std::vector<lldb_private::ConstString> &mangled_names) override;
1395 std::vector<lldb_private::ConstString> &mangled_names) {} in GetMangledNamesForFunction() argument
196 std::vector<lldb_private::ConstString> &mangled_names) override;
2456 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument2466 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()2472 mangled_names.push_back(ConstString(die.GetMangledName())); in GetMangledNamesForFunction()