Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRInterpreter.h39 const bool support_function_calls);
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp521 const bool support_function_calls) { in CanInterpret() argument
562 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()