Home
last modified time | relevance | path

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

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