Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp925 static bool typecheckMDNode(T *&Result, MDNode *Node, in typecheckMDNode() function
950 if (typecheckMDNode(DIVar, Var, VarStr, "DILocalVariable", *this) || in parseVarExprLoc()
951 typecheckMDNode(DIExpr, Expr, ExprStr, "DIExpression", *this) || in parseVarExprLoc()
952 typecheckMDNode(DILoc, Loc, LocStr, "DILocation", *this)) in parseVarExprLoc()