Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1885 void SetCanRunCode(bool can_run_code);
/external/llvm-project/lldb/source/Target/
DProcess.cpp2477 void Process::SetCanRunCode(bool can_run_code) { in SetCanRunCode() argument
2478 SetCanJIT(can_run_code); in SetCanRunCode()
2479 m_can_interpret_function_calls = can_run_code; in SetCanRunCode()