Home
last modified time | relevance | path

Searched defs:GetState (Results 1 – 13 of 13) sorted by relevance

/freebsd/stand/efi/include/
H A Defipoint.h62 EFI_SIMPLE_POINTER_GET_STATE GetState; member
110 EFI_ABSOLUTE_POINTER_GET_STATE GetState; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPythonInterface.cpp66 lldb::StateType ScriptedThreadPythonInterface::GetState() { in GetState() function in ScriptedThreadPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedThreadPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp226 lldb::StateType NativeThreadNetBSD::GetState() { return m_state; } in GetState() function in NativeThreadNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp214 lldb::StateType NativeThreadFreeBSD::GetState() { return m_state; } in GetState() function in NativeThreadFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h104 uint64_t GetState() const { return m_current.state; } in GetState() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h108 uint64_t GetState() const { return m_current.state; } GetState() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp728 lldb::StateType NativeProcessProtocol::GetState() const { in GetState() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h424 lldb::StateType GetState() const { return m_state; } in GetState() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp482 StateType SBProcess::GetState() { in GetState() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp559 StateType Thread::GetState() const { in GetState() function in Thread
H A DProcess.cpp1332 StateType Process::GetState() { in GetState() function in Process