Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp3450 Mangled best_name; in FunctionDieMatchesPartialName() local
3463 best_name.SetValue (ConstString(mangled_name), true); in FunctionDieMatchesPartialName()
3467 if (!best_name) in FunctionDieMatchesPartialName()
3473 best_name.SetValue (ConstString(name), false); in FunctionDieMatchesPartialName()
3477 if (best_name.GetDemangledName()) in FunctionDieMatchesPartialName()
3479 const char *demangled = best_name.GetDemangledName().GetCString(); in FunctionDieMatchesPartialName()