Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.cpp1376 std::vector<CallInst *> calls_to_remove; in RemoveCXAAtExit() local
1398 calls_to_remove.push_back(call); in RemoveCXAAtExit()
1401 for (CallInst *ci : calls_to_remove) in RemoveCXAAtExit()