Home
last modified time | relevance | path

Searched refs:SetAllowJIT (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBExpressionOptions.i147 …feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted.") SetAllowJIT;
149 SetAllowJIT(bool allow);
/llvm-project-15.0.7/lldb/test/API/lang/cpp/static_members/
H A DTestCPPStaticMembers.py62 opts.SetAllowJIT(False)
84 opts.SetAllowJIT(False)
/llvm-project-15.0.7/lldb/test/API/commands/expression/dont_allow_jit/
H A DTestAllowJIT.py63 options.SetAllowJIT(False)
73 options.SetAllowJIT(True)
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBExpressionOptions.h101 void SetAllowJIT(bool allow);
/llvm-project-15.0.7/lldb/source/API/
H A DSBExpressionOptions.cpp245 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT() function in SBExpressionOptions