Home
last modified time | relevance | path

Searched refs:StepType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-enumerations.h19 enum StepType { enum
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp365 StepType step_type, in CommandObjectThreadStepWithTypeAndScope()
626 StepType m_step_type;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9408 Type *StepType = Step->getType(); in execute() local
9411 RuntimeVF = getRuntimeVFAsFloat(Builder, StepType, State.VF); in execute()
9413 RuntimeVF = getRuntimeVF(Builder, StepType, State.VF); in execute()