Home
last modified time | relevance | path

Searched refs:TableGenParseFile (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DParser.h30 bool TableGenParseFile(SourceMgr &InputSrcMgr, RecordKeeper &Records);
/llvm-project-15.0.7/llvm/unittests/TableGen/
H A DParserEntryPointTest.cpp33 bool ProcessResult = TableGenParseFile(SrcMgr, Records); in TEST()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DParser.cpp16 bool llvm::TableGenParseFile(SourceMgr &InputSrcMgr, RecordKeeper &Records) { in TableGenParseFile() function in llvm
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp366 bool failedToParse = llvm::TableGenParseFile(sourceMgr, *recordKeeper); in initialize()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp804 if (llvm::TableGenParseFile(tdSrcMgr, tdRecords)) in parseTdInclude()