Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1394 !process ? false : process->CanInterpretFunctionCalls(); in DoPrepareForExecution()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1997 bool CanInterpretFunctionCalls() { return m_can_interpret_function_calls; } in CanInterpretFunctionCalls() function