Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRInterpreter.h40 const bool support_function_calls);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp525 const bool support_function_calls) { in CanInterpret() argument
566 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()