Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp74 static bool CanIgnoreCall(const CallInst *call) { in CanIgnoreCall() function
536 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()
1331 if (CanIgnoreCall(call_inst)) in Interpret()