Lines Matching refs:mAnnotations
138 mAnnotations.reset(Deserialize<AnnotationSection>(IS)); in DeserializeInternal()
163 mAnnotations.reset(new AnnotationSection()); in initialize()
429 std::vector<Instruction *> annotations(mAnnotations->begin(), in consolidateAnnotations()
430 mAnnotations->end()); in consolidateAnnotations()
437 mAnnotations->clear(); in consolidateAnnotations()
438 mAnnotations->addAnnotations(annotations.begin(), annotations.end()); in consolidateAnnotations()
584 AnnotationSection::AnnotationSection() : mAnnotationsDeleter(mAnnotations) {} in AnnotationSection()
587 : Entity(b), mAnnotationsDeleter(mAnnotations) {} in AnnotationSection()
592 mAnnotations.push_back(decor); in DeserializeInternal()
594 mAnnotations.push_back(decor); in DeserializeInternal()
596 mAnnotations.push_back(decor); in DeserializeInternal()
598 mAnnotations.push_back(decor); in DeserializeInternal()
600 mAnnotations.push_back(decor); in DeserializeInternal()