Home
last modified time | relevance | path

Searched defs:GetAsync (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h140 bool GetAsync() const { return m_async; } in GetAsync() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp342 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger