Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Lang

3347   unsigned Lang = dwarf::getLanguage(Lex.getStrVal());
3348 if (!Lang)
3351 assert(Lang <= Result.Max && "Expected valid DWARF language");
3352 Result.assign(Lang);