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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1 //===-- LLParser.cpp - Parser Class ---------------------------------------===//
13 #include "LLParser.h"
62 bool LLParser::Run(bool UpgradeDebugInfo,
84 bool LLParser::parseStandaloneConstantValue(Constant *&C,
97 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read,
113 void LLParser::restoreParsingState(const SlotMapping *Slots) {
128 bool LLParser::ValidateEndOfModule(bool UpgradeDebugInfo) {
266 // the mapping from LLParser as it doesn't need it anymore.
278 bool LLParser::ValidateEndOfIndex() {
304 bool LLParser
[all...]
H A DParser.cpp14 #include "LLParser.h"
34 return LLParser(F.getBuffer(), SM, Err, M, Index,
154 return LLParser(F.getBuffer(), SM, Err, nullptr, &Index, unusedContext)
188 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M), nullptr, M.getContext())
217 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M), nullptr, M.getContext())
H A DLLParser.h1 //===-- LLParser.h - Parser Class -------------------------------*- C++ -*-===//
84 class LLParser { class in namespace:llvm
163 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *M, function in class:llvm::LLParser
416 LLParser &P;
426 PerFunctionState(LLParser &p, Function &f, int functionNumber);
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile144 SRCS_MIN+= AsmParser/LLParser.cpp

Completed in 124 milliseconds