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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h300 /// \param[in] persistent_alloc
305 bool RewritePersistentAlloc(llvm::Instruction *persistent_alloc);
H A DIRForTarget.cpp1071 bool IRForTarget::RewritePersistentAlloc(llvm::Instruction *persistent_alloc) { argument
1075 AllocaInst *alloc = dyn_cast<AllocaInst>(persistent_alloc);

Completed in 115 milliseconds