Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Expression/
DIRForTarget.h397 RewritePersistentAlloc (llvm::Instruction *persistent_alloc);
/external/lldb/source/Expression/
DIRForTarget.cpp1227 IRForTarget::RewritePersistentAlloc (llvm::Instruction *persistent_alloc) in RewritePersistentAlloc() argument
1231 AllocaInst *alloc = dyn_cast<AllocaInst>(persistent_alloc); in RewritePersistentAlloc()