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

  /external/llvm/lib/AsmParser/
Android.mk 5 LLParser.cpp \
Parser.cpp 15 #include "LLParser.h"
31 return LLParser(F.getBuffer(), SM, Err, &M, Slots).Run();
76 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M))
LLParser.cpp 1 //===-- LLParser.cpp - Parser Class ---------------------------------------===//
14 #include "LLParser.h"
44 bool LLParser::Run() {
52 bool LLParser::parseStandaloneConstantValue(Constant *&C,
65 void LLParser::restoreParsingState(const SlotMapping *Slots) {
80 bool LLParser::ValidateEndOfModule() {
196 // the mapping from LLParser as it doesn't need it anymore.
211 bool LLParser::ParseTopLevelEntities() {
279 bool LLParser::ParseModuleAsm() {
294 bool LLParser::ParseTargetDefinition()
    [all...]
LLParser.h 1 //===-- LLParser.h - Parser Class -------------------------------*- C++ -*-===//
87 class LLParser {
143 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *M,
312 LLParser &P;
322 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);

Completed in 196 milliseconds