Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h181 enum { ServerRunning, ServerShuttingDown, ServerShutDown } RunState; variable
/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp159 lldb::StateType ThreadPlan::RunState() { in RunState() function in ThreadPlan