Searched refs:Annots (Results 1 – 2 of 2) sorted by relevance
624 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags() local625 if (Annots) { in genBTFTypeTags()628 for (const Metadata *Annotations : Annots->operands()) { in genBTFTypeTags()
1219 SmallVector<llvm::Metadata *, 4> Annots; in CreatePointerLikeType() local1227 Annots.insert(Annots.begin(), in CreatePointerLikeType()1234 if (Annots.size() > 0) in CreatePointerLikeType()1235 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType()