Searched defs:alloc_md (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Expression/
H A DIRForTarget.cpp1233 MDNode *alloc_md = alloc->getMetadata("clang.decl.ptr"); local
1235 if (!alloc_md || !alloc_md->getNumOperands())
1238 ConstantInt *constant_int = dyn_cast<ConstantInt>(alloc_md->getOperand(0));

Completed in 43 milliseconds