Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp72 static bool CanIgnoreCall(const CallInst *call) { in CanIgnoreCall() function
527 if (!CanIgnoreCall(call_inst) && !support_function_calls) { in CanInterpret()
1337 if (CanIgnoreCall(call_inst)) in Interpret()