Home
last modified time | relevance | path

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

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