Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRForTarget.cpp1706 std::vector<CallInst *> calls_to_remove; in RemoveCXAAtExit() local
1733 calls_to_remove.push_back(call); in RemoveCXAAtExit()
1736 for (std::vector<CallInst *>::iterator ci = calls_to_remove.begin(), ce = calls_to_remove.end(); in RemoveCXAAtExit()