Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBExpressionOptionsDocstrings.i60 ) lldb::SBExpressionOptions::GetAllowJIT;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h100 bool GetAllowJIT();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp239 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT() function in SBExpressionOptions
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27056 result = (bool)(arg1)->GetAllowJIT(); in _wrap_SBExpressionOptions_GetAllowJIT()