Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRInterpreter.h39 const bool support_function_calls);
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp496 const bool support_function_calls) { in CanInterpret() argument
536 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()