Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h204 /// \param[in] persistent_alloc
209 bool RewritePersistentAlloc(llvm::Instruction *persistent_alloc);
H A DIRForTarget.cpp865 bool IRForTarget::RewritePersistentAlloc(llvm::Instruction *persistent_alloc) { in RewritePersistentAlloc() argument
868 AllocaInst *alloc = dyn_cast<AllocaInst>(persistent_alloc); in RewritePersistentAlloc()