Home
last modified time | relevance | path

Searched refs:CanInterpretFunctionCalls (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1407 !process ? false : process->CanInterpretFunctionCalls(); in PrepareForExecution()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1879 bool CanInterpretFunctionCalls() { return m_can_interpret_function_calls; } in CanInterpretFunctionCalls() function