Home
last modified time | relevance | path

Searched refs:LLParser (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.cpp48 bool LLParser::Run() { in Run()
61 bool LLParser::parseStandaloneConstantValue(Constant *&C, in parseStandaloneConstantValue()
74 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning()
90 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
105 bool LLParser::ValidateEndOfModule() { in ValidateEndOfModule()
249 bool LLParser::ParseTopLevelEntities() { in ParseTopLevelEntities()
281 bool LLParser::ParseModuleAsm() { in ParseModuleAsm()
296 bool LLParser::ParseTargetDefinition() { in ParseTargetDefinition()
320 bool LLParser::ParseSourceFileName() { in ParseSourceFileName()
335 bool LLParser::ParseDepLibs() { in ParseDepLibs()
[all …]
DParser.cpp31 return LLParser(F.getBuffer(), SM, Err, &M, Slots).Run(); in parseAssemblyInto()
76 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M)) in parseConstantValue()
105 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M)) in parseTypeAtBeginning()
DCMakeLists.txt4 LLParser.cpp
DLLParser.h87 class LLParser {
143 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *M,
318 LLParser &P;
328 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp65 bool LLParser::Run() { in Run()
78 bool LLParser::parseStandaloneConstantValue(Constant *&C, in parseStandaloneConstantValue()
91 bool LLParser::parseTypeAtBeginning(Type *&Ty, unsigned &Read, in parseTypeAtBeginning()
107 void LLParser::restoreParsingState(const SlotMapping *Slots) { in restoreParsingState()
122 bool LLParser::ValidateEndOfModule() { in ValidateEndOfModule()
264 bool LLParser::ValidateEndOfIndex() { in ValidateEndOfIndex()
290 bool LLParser::ParseTopLevelEntities() { in ParseTopLevelEntities()
347 bool LLParser::ParseModuleAsm() { in ParseModuleAsm()
362 bool LLParser::ParseTargetDefinition() { in ParseTargetDefinition()
387 bool LLParser::ParseSourceFileName() { in ParseSourceFileName()
[all …]
DParser.cpp35 return LLParser(F.getBuffer(), SM, Err, M, Index, in parseAssemblyInto()
121 return LLParser(F.getBuffer(), SM, Err, nullptr, &Index, unusedContext).Run(); in parseSummaryIndexAssemblyInto()
154 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M), nullptr, M.getContext()) in parseConstantValue()
183 if (LLParser(Asm, SM, Err, const_cast<Module *>(&M), nullptr, M.getContext()) in parseTypeAtBeginning()
DCMakeLists.txt4 LLParser.cpp
DLLParser.h88 class LLParser {
170 LLParser(StringRef F, SourceMgr &SM, SMDiagnostic &Err, Module *M,
406 LLParser &P;
416 PerFunctionState(LLParser &p, Function &f, int functionNumber);
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp37 bool LLParser::Run() { in Run()
47 bool LLParser::ValidateEndOfModule() { in ValidateEndOfModule()
131 bool LLParser::ResolveForwardRefBlockAddresses(Function *TheFn, in ResolveForwardRefBlockAddresses()
167 bool LLParser::ParseTopLevelEntities() { in ParseTopLevelEntities()
234 bool LLParser::ParseModuleAsm() { in ParseModuleAsm()
249 bool LLParser::ParseTargetDefinition() { in ParseTargetDefinition()
274 bool LLParser::ParseDepLibs() { in ParseDepLibs()
298 bool LLParser::ParseUnnamedType() { in ParseUnnamedType()
328 bool LLParser::ParseNamedType() { in ParseNamedType()
355 bool LLParser::ParseDeclare() { in ParseDeclare()
[all …]
DParser.cpp34 return LLParser(F, SM, Err, M).Run() ? 0 : M; in ParseAssembly()
38 if (LLParser(F, SM, Err, M2.get()).Run()) in ParseAssembly()
DLLParser.h84 class LLParser {
127 LLParser(MemoryBuffer *F, SourceMgr &SM, SMDiagnostic &Err, Module *m) : in LLParser() function
235 LLParser &P;
245 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DXRayExample.rst87 …003, 0.000123, 0.000214] 0.000737 LLParser.cpp:2692:0: llvm::LLParser::ParseValID(llvm::ValID&…
DExtendingLLVM.rst197 #. ``llvm/lib/AsmParser/LLParser.cpp``:
264 #. ``llvm/lib/AsmParser/LLParser.cpp``:
/external/llvm/docs/
DExtendingLLVM.rst197 #. ``llvm/lib/AsmParser/LLParser.cpp``:
264 #. ``llvm/lib/AsmParser/LLParser.cpp``:
/external/swiftshader/third_party/llvm-7.0/
DBUILD.gn201 "llvm/lib/AsmParser/LLParser.cpp",