Searched defs:ParseModuleAsm (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/AsmParser/ | ||
H A D | LLParser.cpp | 227 case lltok::kw_module: if (ParseModuleAsm()) return true; break; 290 bool LLParser::ParseModuleAsm() { function in class:LLParser |
Completed in 31 milliseconds