Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/expression/dont_allow_jit/
DTestAllowJIT.py65 options.SetAllowJIT(False)
75 options.SetAllowJIT(True)
/external/llvm-project/lldb/bindings/interface/
DSBExpressionOptions.i147 …feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted.") SetAllowJIT;
149 SetAllowJIT(bool allow);
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp273 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT() function in SBExpressionOptions
274 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetAllowJIT, (bool), allow); in SetAllowJIT()
345 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetAllowJIT, (bool)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h101 void SetAllowJIT(bool allow);