Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/TableGen/
H A DPass.h29 StringRef getCppVariableName() const;
61 StringRef getCppVariableName() const;
/llvm-project/mlir/tools/mlir-tblgen/
H A DPassGen.cpp104 os.indent(2) << formatv("{0} {1}", type, opt.getCppVariableName()); in emitPassOptionsStruct()
275 opt.getType(), opt.getCppVariableName(), opt.getArgument(), in emitPassOptionDecls()
289 stat.getCppVariableName(), stat.getName(), in emitPassStatisticDecls()
332 opt.getCppVariableName()); in emitPassDefs()
/llvm-project/mlir/lib/TableGen/
H A DPass.cpp19 StringRef PassOption::getCppVariableName() const { in getCppVariableName() function in PassOption
51 StringRef PassStatistic::getCppVariableName() const { in getCppVariableName() function in PassStatistic