Home
last modified time | relevance | path

Searched refs:SetCanRunCode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp182 process->SetCanRunCode(false); in CreateInstance()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1873 void SetCanRunCode(bool can_run_code);
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp2329 void Process::SetCanRunCode(bool can_run_code) { in SetCanRunCode() function in Process