Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1027 MDNode *alloc_md = alloc->getMetadata("clang.decl.ptr"); in RewritePersistentAlloc() local
1029 if (!alloc_md || !alloc_md->getNumOperands()) in RewritePersistentAlloc()
1033 mdconst::dyn_extract<ConstantInt>(alloc_md->getOperand(0)); in RewritePersistentAlloc()