Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDocGen.cpp84 StringRef formatChunk = split.first.trim(); in emitAssemblyFormat() local
85 if (!formatChunk.empty()) in emitAssemblyFormat()
86 os.indent(indent) << formatChunk << "\n"; in emitAssemblyFormat()