Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:ParseNamedGlobal

245     case lltok::GlobalVar:  if (ParseNamedGlobal()) return true; break;
493 /// ParseNamedGlobal:
497 bool LLParser::ParseNamedGlobal() {