Searched refs:parseDILocation (Results 1 – 2 of 2) sorted by relevance
476 bool parseDILocation(MDNode *&Expr);1143 if (parseDILocation(Node)) in parse()1276 if (parseDILocation(Node)) in parseStandaloneMDNode()2316 bool MIParser::parseDILocation(MDNode *&Loc) { in parseDILocation() function in MIParser2374 if (parseDILocation(InlinedAt)) in parseDILocation()
5170 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation() function in LLParser