Searched refs:GetAllowJIT (Results 1 – 4 of 4) sorted by relevance
143 …feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJIT;145 GetAllowJIT();
267 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT() function in SBExpressionOptions268 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAllowJIT); in GetAllowJIT()344 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAllowJIT, ()); in RegisterMethods()
98 bool GetAllowJIT();
24863 result = (bool)(arg1)->GetAllowJIT(); in _wrap_SBExpressionOptions_GetAllowJIT()