Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBPlatform.i89 GetSignal ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h81 int GetSignal();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h111 int GetSignal() const { in GetSignal() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp295 int SBPlatformShellCommand::GetSignal() { in GetSignal() function in SBPlatformShellCommand
296 LLDB_RECORD_METHOD_NO_ARGS(int, SBPlatformShellCommand, GetSignal); in GetSignal()
747 LLDB_REGISTER_METHOD(int, SBPlatformShellCommand, GetSignal, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37441 result = (int)(arg1)->GetSignal(); in _wrap_SBPlatformShellCommand_GetSignal()