Home
last modified time | relevance | path

Searched refs:mangled_names (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp138 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolFile.h205 std::vector<ConstString> &mangled_names);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h135 std::vector<lldb_private::ConstString> &mangled_names) override;
H A DSymbolFilePDB.cpp1324 std::vector<lldb_private::ConstString> &mangled_names) {} in GetMangledNamesForFunction() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h193 std::vector<lldb_private::ConstString> &mangled_names) override;
H A DSymbolFileDWARF.cpp2410 std::vector<ConstString> &mangled_names) { in GetMangledNamesForFunction() argument
2423 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names); in GetMangledNamesForFunction()
2435 mangled_names.push_back(ConstString(die.GetMangledName())); in GetMangledNamesForFunction()