Home
last modified time | relevance | path

Searched refs:m_can_interpret_function_calls (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1857 bool CanInterpretFunctionCalls() { return m_can_interpret_function_calls; } in CanInterpretFunctionCalls()
1865 m_can_interpret_function_calls = can_interpret_function_calls; in SetCanInterpretFunctionCalls()
2930 bool m_can_interpret_function_calls; // Some targets, e.g the OSX kernel, variable
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp440 m_can_interpret_function_calls(false), m_run_thread_plan_lock(), in Process()
2331 m_can_interpret_function_calls = can_run_code; in SetCanRunCode()