Searched refs:typecheckMDNode (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 568 static bool typecheckMDNode(T *&Result, MDNode *Node, in typecheckMDNode() function 596 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || in parseStackObjectsDebugInfo() 597 typecheckMDNode(DIExpr, Expr, Object.DebugExpr, "DIExpression", *this) || in parseStackObjectsDebugInfo() 598 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this)) in parseStackObjectsDebugInfo()
|