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

/external/llvm/lib/AsmParser/
H A DAndroid.mk5 LLParser.cpp \
H A DLLParser.cpp1 //===-- LLParser.cpp - Parser Class ---------------------------------------===//
14 #include "LLParser.h"
42 bool LLParser::Run() {
52 bool LLParser::ValidateEndOfModule() {
171 bool LLParser::ParseTopLevelEntities() {
239 bool LLParser::ParseModuleAsm() {
254 bool LLParser::ParseTargetDefinition() {
280 bool LLParser::ParseDepLibs() {
300 bool LLParser::ParseUnnamedType() {
327 bool LLParser
[all...]
H A DParser.cpp15 #include "LLParser.h"
30 return LLParser(F.getBuffer(), SM, Err, &M).Run();
H A DLLParser.h1 //===-- LLParser.h - Parser Class -------------------------------*- C++ -*-===//
83 class LLParser { class in namespace:llvm
138 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *m) function in class:llvm::LLParser
298 LLParser &P;
308 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);

Completed in 87 milliseconds