Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp475 bool parseDILocation(MDNode *&Expr);
1061 if (parseDILocation(Node)) in parse()
1199 if (parseDILocation(Node)) in parseStandaloneMDNode()
2239 bool MIParser::parseDILocation(MDNode *&Loc) { in parseDILocation() function in MIParser
2297 if (parseDILocation(InlinedAt)) in parseDILocation()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp4502 bool LLParser::parseDILocation(MDNode *&Result, bool IsDistinct) { in parseDILocation() function in LLParser