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"
34 return LLParser(F, SM, Err, M).Run() ? 0 : M;
38 if (LLParser(F, SM, Err, M2.get()).Run())
LLParser.cpp 1 //===-- LLParser.cpp - Parser Class ---------------------------------------===//
14 #include "LLParser.h"
37 bool LLParser::Run() {
47 bool LLParser::ValidateEndOfModule() {
126 bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn,
162 bool LLParser::ParseTopLevelEntities() {
229 bool LLParser::ParseModuleAsm() {
244 bool LLParser::ParseTargetDefinition() {
269 bool LLParser::ParseDepLibs() {
293 bool LLParser::ParseUnnamedType()
    [all...]
LLParser.h 1 //===-- LLParser.h - Parser Class -------------------------------*- C++ -*-===//
85 class LLParser {
128 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) :
236 LLParser &P;
246 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);

Completed in 612 milliseconds