Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i147 …feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted.") SetAllowJIT;
149 SetAllowJIT(bool allow);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h101 void SetAllowJIT(bool allow);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24889 (arg1)->SetAllowJIT(arg2); in _wrap_SBExpressionOptions_SetAllowJIT()