Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRInterpreter.h43 const bool support_function_calls);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp487 const bool support_function_calls) { in CanInterpret() argument
534 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()