Searched refs:SetAllowJIT (Results 1 – 4 of 4) sorted by relevance
147 …feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted.") SetAllowJIT;149 SetAllowJIT(bool allow);
273 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT() function in SBExpressionOptions274 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetAllowJIT, (bool), allow); in SetAllowJIT()345 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAllowJIT, (bool)); in RegisterMethods()
101 void SetAllowJIT(bool allow);
24889 (arg1)->SetAllowJIT(arg2); in _wrap_SBExpressionOptions_SetAllowJIT()