Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp231 m_failed_lookups.push_back(name); in ReportSymbolLookupError()
418 if (m_failed_lookups.size()) { in GetRunnableInfo()
425 for (ConstString failed_lookup : m_failed_lookups) { in GetRunnableInfo()
433 m_failed_lookups.clear(); in GetRunnableInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h383 std::vector<ConstString> m_failed_lookups; variable