Home
last modified time | relevance | path

Searched refs:current_function (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DDextIR.py83 if s.current_function == step.current_function
87 if step.current_function is None:
95 if prev_step.current_function is None:
H A DStepIR.py92 def current_function(self): member in StepIR
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp127 current_function = true; in SetOptionValue()
166 current_function = false; in OptionParsingStarting()
201 current_function = true; in OptionParsingFinished()
429 if (m_options.current_function) in GetRangesForSelectedMode()
H A DCommandObjectDisassemble.h54 bool current_function = false; variable