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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLParser.cpp174 case lltok::kw_module: if (ParseModuleAsm()) return true; break;
234 bool LLParser::ParseModuleAsm() { function in class:LLParser
/external/llvm/lib/AsmParser/
H A DLLParser.cpp256 case lltok::kw_module: if (ParseModuleAsm()) return true; break;
281 bool LLParser::ParseModuleAsm() { function in class:LLParser

Completed in 144 milliseconds