Home | History | Annotate | Download | only in spirit

Lines Matching defs:mAnnotations

108     if (mAnnotations) {
109 v->visit(mAnnotations.get());
237 std::unique_ptr<AnnotationSection> mAnnotations;
354 for (auto inst : mAnnotations) {
360 mAnnotations.insert<T>(std::end(mAnnotations), begin, end);
364 return mAnnotations.begin();
368 return mAnnotations.end();
371 void clear() { mAnnotations.clear(); }
374 std::vector<Instruction *> mAnnotations; // OpDecorate, etc.