Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2153 bool CanInterpretFunctionCalls() { return m_can_interpret_function_calls; } in CanInterpretFunctionCalls()
2163 m_can_interpret_function_calls = can_interpret_function_calls; in SetCanInterpretFunctionCalls()
3122 bool m_can_interpret_function_calls; // Some targets, e.g the OSX kernel, variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp747 m_can_interpret_function_calls(false), m_warnings_issued(), in Process()
2607 m_can_interpret_function_calls = can_run_code; in SetCanRunCode()