Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDIRInterpreter.h48 const bool support_function_calls);
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp470 const bool support_function_calls) in CanInterpret() argument
522 if (!CanIgnoreCall(call_inst) && !support_function_calls) in CanInterpret()