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"
33 return LLParser(F, SM, Err, M).Run() ? nullptr : M;
37 if (LLParser(F, SM, Err, M2.get()).Run())
LLParser.cpp 1 //===-- LLParser.cpp - Parser Class ---------------------------------------===//
14 #include "LLParser.h"
38 bool LLParser::Run() {
48 bool LLParser::ValidateEndOfModule() {
196 bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn,
232 bool LLParser::ParseTopLevelEntities() {
299 bool LLParser::ParseModuleAsm() {
314 bool LLParser::ParseTargetDefinition() {
340 bool LLParser::ParseDepLibs() {
360 bool LLParser::ParseUnnamedType()
    [all...]
LLParser.h 1 //===-- LLParser.h - Parser Class -------------------------------*- C++ -*-===//
87 class LLParser {
139 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) :
286 LLParser &P;
296 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);

Completed in 102 milliseconds