Home
last modified time | relevance | path

Searched refs:StepKind (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DDextIR.py13 from dex.dextIR.StepIR import StepIR, StepKind
19 return StepKind.FUNC_UNKNOWN
23 return StepKind.FUNC
25 return StepKind.FUNC_EXTERNAL
62 if step.step_kind in (StepKind.FUNC, StepKind.FUNC_EXTERNAL,
88 return StepKind.UNKNOWN
96 return StepKind.UNKNOWN
107 return StepKind.UNKNOWN
111 return StepKind.VERTICAL_BACKWARD
114 return StepKind.VERTICAL_FORWARD
[all …]
H A DStepIR.py27 class StepKind(Enum): class
50 step_kind: StepKind = None, argument
H A D__init__.py15 from dex.dextIR.StepIR import StepIR, StepKind, StopReason
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexExpectStepKind.py10 from dex.dextIR.StepIR import StepKind
27 step_kind = StepKind[args[0]]
30 [kind for kind, _ in StepKind.__members__.items()]))
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DInitialization.h807 enum StepKind { enum
933 StepKind Kind;