Searched refs:LLParser (Results 1 – 7 of 7) sorted by relevance
42 bool LLParser::Run() { in Run()52 bool LLParser::ValidateEndOfModule() { in ValidateEndOfModule()171 bool LLParser::ParseTopLevelEntities() { in ParseTopLevelEntities()239 bool LLParser::ParseModuleAsm() { in ParseModuleAsm()254 bool LLParser::ParseTargetDefinition() { in ParseTargetDefinition()280 bool LLParser::ParseDepLibs() { in ParseDepLibs()300 bool LLParser::ParseUnnamedType() { in ParseUnnamedType()327 bool LLParser::ParseNamedType() { in ParseNamedType()354 bool LLParser::ParseDeclare() { in ParseDeclare()364 bool LLParser::ParseDefine() { in ParseDefine()[all …]
4 LLParser.cpp
5 LLParser.cpp \
83 class LLParser {138 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *m) in LLParser() function298 LLParser &P;308 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
30 return LLParser(F.getBuffer(), SM, Err, &M).Run(); in parseAssemblyInto()
197 #. ``llvm/lib/AsmParser/LLParser.cpp``:264 #. ``llvm/lib/AsmParser/LLParser.cpp``:
460 + LLParser.cpp \