Lines Matching defs:annotation
58 annotation()
65 * execution controls and debug annotation are initialized from the
73 annotation.str = inst->annotation;
74 annotation.ir = inst->ir;
136 * Construct a builder with the given debug annotation info.
142 bld.annotation.str = str;
143 bld.annotation.ir = ir;
317 inst->annotation = annotation.str;
318 inst->ir = annotation.ir;
638 /** Debug annotation info. */
642 } annotation;