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.cpp385 StepType step_type) in CommandObjectThreadStepWithTypeAndScope() argument
391 m_step_type(step_type), m_class_options("scripted step") { in CommandObjectThreadStepWithTypeAndScope()
394 if (step_type == eStepTypeScripted) { in CommandObjectThreadStepWithTypeAndScope()