Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBTFDebug.cpp622 DINodeArray Annots = DTy->getAnnotations(); in genBTFTypeTags() local
623 if (Annots) { in genBTFTypeTags()
626 for (const Metadata *Annotations : Annots->operands()) { in genBTFTypeTags()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1160 SmallVector<llvm::Metadata *, 4> Annots; in CreatePointerLikeType() local
1168 Annots.insert(Annots.begin(), in CreatePointerLikeType()
1175 if (Annots.size() > 0) in CreatePointerLikeType()
1176 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType()