Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i102 GetQuitStatus();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h260 int GetQuitStatus();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp420 int SBCommandInterpreter::GetQuitStatus() { in GetQuitStatus() function in SBCommandInterpreter
421 LLDB_RECORD_METHOD_NO_ARGS(int, SBCommandInterpreter, GetQuitStatus); in GetQuitStatus()
809 LLDB_REGISTER_METHOD(int, SBCommandInterpreter, GetQuitStatus, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp683 return sb_interpreter.GetQuitStatus(); in MainLoop()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11794 result = (int)(arg1)->GetQuitStatus(); in _wrap_SBCommandInterpreter_GetQuitStatus()