Home
last modified time | relevance | path

Searched refs:Annots (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp624 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags() local
625 if (Annots) { in genBTFTypeTags()
628 for (const Metadata *Annotations : Annots->operands()) { in genBTFTypeTags()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1219 SmallVector<llvm::Metadata *, 4> Annots; in CreatePointerLikeType() local
1227 Annots.insert(Annots.begin(), in CreatePointerLikeType()
1234 if (Annots.size() > 0) in CreatePointerLikeType()
1235 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType()