Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRExecutionUnit.cpp215 m_failed_lookups.push_back(name); in ReportSymbolLookupError()
392 if (m_failed_lookups.size()) { in GetRunnableInfo()
399 for (ConstString failed_lookup : m_failed_lookups) { in GetRunnableInfo()
407 m_failed_lookups.clear(); in GetRunnableInfo()
/external/llvm-project/lldb/include/lldb/Expression/
DIRExecutionUnit.h389 std::vector<ConstString> m_failed_lookups; variable