Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h376 bool RewritePersistentAlloc(llvm::Instruction *persistent_alloc);
H A DIRForTarget.cpp1116 bool IRForTarget::RewritePersistentAlloc(llvm::Instruction *persistent_alloc) { in RewritePersistentAlloc() argument
1120 AllocaInst *alloc = dyn_cast<AllocaInst>(persistent_alloc); in RewritePersistentAlloc()