Searched defs:attachTypeCallback (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/include/mlir/Bytecode/ | ||
H A D | BytecodeReaderConfig.h | 87 attachTypeCallback(std::unique_ptr<AttrTypeBytecodeReader<Type>> parser) { in attachTypeCallback() function |
H A D | BytecodeWriter.h | 146 attachTypeCallback(CallableT &&emitFn) { attachTypeCallback() function |
/llvm-project/mlir/lib/Bytecode/Writer/ | ||
H A D | BytecodeWriter.cpp | 85 void BytecodeWriterConfig::attachTypeCallback( attachTypeCallback() function in BytecodeWriterConfig |