Lines Matching defs:BytecodeWriterConfig
32 // BytecodeWriterConfig
35 struct BytecodeWriterConfig::Impl {
62 BytecodeWriterConfig::BytecodeWriterConfig(StringRef producer)
64 BytecodeWriterConfig::BytecodeWriterConfig(FallbackAsmResourceMap &map,
66 : BytecodeWriterConfig(producer) {
69 BytecodeWriterConfig::~BytecodeWriterConfig() = default;
72 BytecodeWriterConfig::getAttributeWriterCallbacks() const {
77 BytecodeWriterConfig::getTypeWriterCallbacks() const {
81 void BytecodeWriterConfig::attachAttributeCallback(
86 void BytecodeWriterConfig::attachTypeCallback(
91 void BytecodeWriterConfig::attachResourcePrinter(
96 void BytecodeWriterConfig::setElideResourceDataFlag(
101 void BytecodeWriterConfig::setDesiredBytecodeVersion(int64_t bytecodeVersion) {
105 int64_t BytecodeWriterConfig::getDesiredBytecodeVersion() const {
110 BytecodeWriterConfig::getDialectVersionMap() const {
114 void BytecodeWriterConfig::setDialectVersion(
495 const BytecodeWriterConfig::Impl &config)
587 const BytecodeWriterConfig::Impl &config;
647 BytecodeWriter(Operation *op, const BytecodeWriterConfig &config)
711 const BytecodeWriterConfig::Impl &config;
1346 const BytecodeWriterConfig &config) {