Searched refs:RemoveCXAAtExit (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h374 bool RemoveCXAAtExit(llvm::BasicBlock &basic_block);
H A DIRForTarget.cpp1386 bool IRForTarget::RemoveCXAAtExit(BasicBlock &basic_block) { function in class:IRForTarget
1937 if (!RemoveCXAAtExit(bb)) {
1938 LLDB_LOG(log, "RemoveCXAAtExit() failed");
1940 // RemoveCXAAtExit() reports its own errors, so we don't do so here

Completed in 162 milliseconds