Searched refs:mangled_names (Results 1 – 6 of 6) sorted by relevance
138 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument
205 std::vector<ConstString> &mangled_names);
135 std::vector<lldb_private::ConstString> &mangled_names) override;
1324 std::vector<lldb_private::ConstString> &mangled_names) {} in GetMangledNamesForFunction() argument
193 std::vector<lldb_private::ConstString> &mangled_names) override;
2410 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument2423 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()2435 mangled_names.push_back(ConstString(die.GetMangledName())); in GetMangledNamesForFunction()