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

/external/llvm/lib/AsmParser/
H A DLLParser.h233 bool ParseNamedGlobal();
H A DLLParser.cpp233 case lltok::GlobalVar: if (ParseNamedGlobal()) return true; break;
475 /// ParseNamedGlobal:
478 bool LLParser::ParseNamedGlobal() { function in class:LLParser

Completed in 66 milliseconds