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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h315 bool ParseNamedGlobal();
H A DLLParser.cpp353 case lltok::GlobalVar: if (ParseNamedGlobal()) return true; break;
602 /// ParseNamedGlobal:
607 bool LLParser::ParseNamedGlobal() { function in class:LLParser

Completed in 170 milliseconds