Home | History | Annotate | Download | only in AsmParser

Lines Matching full:mdstring

443 // MDString:
445 bool LLParser::ParseMDString(MDString *&Result) {
448 Result = MDString::get(Context, Str);
2425 // MDString: