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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h311 bool RewritePersistentAllocs(llvm::BasicBlock &basic_block);
H A DIRForTarget.cpp1139 bool IRForTarget::RewritePersistentAllocs(llvm::BasicBlock &basic_block) { function in class:IRForTarget
1928 if (!RewritePersistentAllocs(bb)) {
1929 LLDB_LOG(log, "RewritePersistentAllocs() failed");
1931 // RewritePersistentAllocs() reports its own errors, so we don't do so

Completed in 57 milliseconds