Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp905 if (auto result_up = in GetMangledForPDBData() local
907 while (auto symbol_up = result_up->getNext()) in GetMangledForPDBData()
1922 auto result_up = m_global_scope_up->findChildren( in GetMangledForPDBFunc() local
1925 if (result_up) { in GetMangledForPDBFunc()
1926 while (auto symbol_up = result_up->getNext()) { in GetMangledForPDBFunc()
1928 lldbassert(result_up->getChildCount() == 1); in GetMangledForPDBFunc()