Home
last modified time | relevance | path

Searched refs:step_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp259 TensorSpec::createSpec<int32_t>(TFFeedPrefix + "step_type", {1})};
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp377 StepType step_type, in CommandObjectThreadStepWithTypeAndScope() argument
384 m_step_type(step_type), m_step_scope(step_scope), in CommandObjectThreadStepWithTypeAndScope()
388 if (step_type == eStepTypeScripted) { in CommandObjectThreadStepWithTypeAndScope()