Searched refs:parseDILocation (Results 1 – 2 of 2) sorted by relevance
471 bool parseDILocation(MDNode *&Expr);1038 if (parseDILocation(Node)) in parse()1164 if (parseDILocation(Node)) in parseStandaloneMDNode()2068 bool MIParser::parseDILocation(MDNode *&Loc) { in parseDILocation() function in MIParser2126 if (parseDILocation(InlinedAt)) in parseDILocation()
4707 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation() function in LLParser