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

/freebsd-11.0-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h269 bool ParseNamedGlobal();
H A DLLParser.cpp224 case lltok::GlobalVar: if (ParseNamedGlobal()) return true; break;
471 /// ParseNamedGlobal:
475 bool LLParser::ParseNamedGlobal() { function in class:LLParser

Completed in 144 milliseconds