Home
last modified time | relevance | path

Searched refs:ParseModuleAsm (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/AsmParser/
H A DLLParser.h262 bool ParseModuleAsm();
H A DLLParser.cpp256 case lltok::kw_module: if (ParseModuleAsm()) return true; break; in ParseTopLevelEntities()
281 bool LLParser::ParseModuleAsm() { in ParseModuleAsm() function in LLParser
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.h312 bool ParseModuleAsm();
H A DLLParser.cpp324 case lltok::kw_module: if (ParseModuleAsm()) return true; break; in ParseTopLevelEntities()
354 bool LLParser::ParseModuleAsm() { in ParseModuleAsm() function in LLParser