Searched refs:LLParser (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/AsmParser/
H A DAndroid.mk5 LLParser.cpp \
H A DParser.cpp15 #include "LLParser.h"
34 return LLParser(F, SM, Err, M).Run() ? 0 : M;
38 if (LLParser(F, SM, Err, M2.get()).Run())
H A DLLParser.cpp1 //===-- 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
[all...]
H A DLLParser.h1 //===-- LLParser.h - Parser Class -------------------------------*- C++ -*-===//
85 class LLParser { class in namespace:llvm
128 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) : function in class:llvm::LLParser
236 LLParser &P;
246 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);

Completed in 60 milliseconds