Searched defs:ParseNamedGlobal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLParser.cpp175 case lltok::GlobalVar: if (ParseNamedGlobal()) return true; break;
418 /// ParseNamedGlobal:
421 bool LLParser::ParseNamedGlobal() { function in class:LLParser

Completed in 121 milliseconds