Home
last modified time | relevance | path

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

/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DDextIR.py92 if s.current_function == step.current_function
99 if step.current_function is None:
107 if prev_step.current_function is None:
H A DStepIR.py99 def current_function(self): member in StepIR
/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp136 current_function = true; in SetOptionValue()
175 current_function = false; in OptionParsingStarting()
217 current_function = true; in CommandObjectDisassemble()
445 if (m_options.current_function) in DoExecute()
H A DCommandObjectDisassemble.h66 bool current_function = false;
54 bool current_function = false; global() variable
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py437 current_function = None
448 current_function = None
452 if current_function is not None:
453 current_function.append(line)
471 current_function = result[func_name][prefix] = []
474 current_function = None