Lines Matching defs:annotation
61 annotation()
68 * execution controls and debug annotation are initialized from the
77 annotation.str = inst->annotation;
78 annotation.ir = inst->ir;
163 * Construct a builder with the given debug annotation info.
169 bld.annotation.str = str;
170 bld.annotation.ir = ir;
371 inst->annotation = annotation.str;
372 inst->ir = annotation.ir;
878 /** Debug annotation info. */
882 } annotation;