Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2345 void Process::SetCanRunCode(bool can_run_code) { in SetCanRunCode() argument
2346 SetCanJIT(can_run_code); in SetCanRunCode()
2347 m_can_interpret_function_calls = can_run_code; in SetCanRunCode()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1988 void SetCanRunCode(bool can_run_code);