Searched refs:Annots (Results 1 – 2 of 2) sorted by relevance
622 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags() local623 if (Annots) { in genBTFTypeTags()626 for (const Metadata *Annotations : Annots->operands()) { in genBTFTypeTags()
1160 SmallVector<llvm::Metadata *, 4> Annots; in CreatePointerLikeType() local1168 Annots.insert(Annots.begin(), in CreatePointerLikeType()1175 if (Annots.size() > 0) in CreatePointerLikeType()1176 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType()