Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptions.i143 …feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJIT;
145 GetAllowJIT();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h98 bool GetAllowJIT();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24863 result = (bool)(arg1)->GetAllowJIT(); in _wrap_SBExpressionOptions_GetAllowJIT()