Home
last modified time | relevance | path

Searched refs:GetAllowJIT (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/dont_allow_jit/
DTestAllowJIT.py57 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/
DSBExpressionOptions.i143 …feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJIT;
145 GetAllowJIT();
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp267 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/
DSBExpressionOptions.h98 bool GetAllowJIT();