Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDIRForTarget.cpp1692 std::vector<CallInst *> calls_to_remove; in RemoveCXAAtExit() local
1719 calls_to_remove.push_back(call); in RemoveCXAAtExit()
1722 for (std::vector<CallInst *>::iterator ci = calls_to_remove.begin(), ce = calls_to_remove.end(); in RemoveCXAAtExit()