Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp695 static bool typecheckMDNode(T *&Result, MDNode *Node, in typecheckMDNode() function
723 if (typecheckMDNode(DIVar, Var, Object.DebugVar, "DILocalVariable", *this) || in parseStackObjectsDebugInfo()
724 typecheckMDNode(DIExpr, Expr, Object.DebugExpr, "DIExpression", *this) || in parseStackObjectsDebugInfo()
725 typecheckMDNode(DILoc, Loc, Object.DebugLoc, "DILocation", *this)) in parseStackObjectsDebugInfo()