Lines Matching refs:annotation
320 auto annotation = value->GetAsScalar()->GetValue<AnnotationData>();
321 auto *annotation_item = CreateAnnotationItem(container, annotation, program, entities);
413 AnnotationItem *AsmEmitter::CreateAnnotationItem(ItemContainer *container, const AnnotationData &annotation,
416 auto record_name = annotation.GetName();
425 SetLastError("Record " + record_name + " isn't annotation");
432 for (const auto &element : annotation.GetElements()) {
451 SetLastError("Cannot create value item for annotation element " + name + ": " + GetLastError());
496 for (const auto &annotation : metadata.GetAnnotations()) {
497 auto *annotation_item = CreateAnnotationItem(container, annotation, program, entities);
502 auto &record = program.record_table.find(annotation.GetName())->second;