Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h101 void SetAllowJIT(bool allow);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp245 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT() function in SBExpressionOptions