Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h311 int GetQuitStatus();
/src/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp624 return sb_interpreter.GetQuitStatus(); in MainLoop()
/src/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp418 int SBCommandInterpreter::GetQuitStatus() { in GetQuitStatus() function in SBCommandInterpreter
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13998 result = (int)(arg1)->GetQuitStatus(); in _wrap_SBCommandInterpreter_GetQuitStatus()