Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DIRForTarget.h308 bool RewritePersistentAlloc(llvm::Instruction *persistent_alloc);
DIRForTarget.cpp1066 bool IRForTarget::RewritePersistentAlloc(llvm::Instruction *persistent_alloc) { in RewritePersistentAlloc() argument
1070 AllocaInst *alloc = dyn_cast<AllocaInst>(persistent_alloc); in RewritePersistentAlloc()