Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBExpressionOptions.i143 …feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJIT;
145 GetAllowJIT();
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBExpressionOptions.h98 bool GetAllowJIT();
/openbsd/src/gnu/llvm/lldb/source/API/
DSBExpressionOptions.cpp239 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT() function in SBExpressionOptions