HomeSort by relevance Sort by last modified time
    Searched refs:ParseModuleAsm (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/AsmParser/
LLParser.h 224 bool ParseModuleAsm();
LLParser.cpp 227 case lltok::kw_module: if (ParseModuleAsm()) return true; break;
290 bool LLParser::ParseModuleAsm() {
    [all...]

Completed in 627 milliseconds