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

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

Completed in 1125 milliseconds