Searched refs:GetAllowJIT (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/test/API/commands/expression/dont_allow_jit/ |
D | TestAllowJIT.py | 57 self.assertEqual(options.GetAllowJIT(), True, "Default is true") 67 self.assertEqual(options.GetAllowJIT(), False, "Got False after setting to False") 76 self.assertEqual(options.GetAllowJIT(), True, "Set back to True correctly")
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBExpressionOptions.i | 143 …feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJIT; 145 GetAllowJIT();
|
/external/llvm-project/lldb/source/API/ |
D | SBExpressionOptions.cpp | 267 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT() function in SBExpressionOptions 268 LLDB_RECORD_METHOD_NO_ARGS(bool, SBExpressionOptions, GetAllowJIT); in GetAllowJIT() 344 LLDB_REGISTER_METHOD(bool, SBExpressionOptions, GetAllowJIT, ()); in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBExpressionOptions.h | 98 bool GetAllowJIT();
|