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