Searched refs:SetAllowJIT (Results 1 – 4 of 4) sorted by relevance
65 options.SetAllowJIT(False)75 options.SetAllowJIT(True)
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);