Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp75 static bool CanIgnoreCall(const CallInst *call) { in CanIgnoreCall() function
566 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()
1424 if (CanIgnoreCall(call_inst)) in Interpret()