Lines Matching refs:Annotations

1214   llvm::DINodeArray Annotations = nullptr;  in CreatePointerLikeType()  local
1216 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType()
1225 Annotations); in CreatePointerLikeType()
1394 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); in CreateType() local
1404 Flags, Annotations); in CreateType()
1529 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType() local
1532 Flags, DebugType, Annotations); in createBitFieldType()
1600 llvm::DINodeArray Annotations = in createBitFieldSeparatorIfNeeded() local
1604 Flags, DebugType, Annotations); in createBitFieldSeparatorIfNeeded()
1610 llvm::DIScope *scope, const RecordDecl *RD, llvm::DINodeArray Annotations) { in createFieldType() argument
1628 offsetInBits, flags, debugType, Annotations); in createFieldType()
1730 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); in CollectRecordNormalField() local
1733 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField()
2305 SmallVector<llvm::Metadata *, 4> Annotations; in CollectBTFDeclTagAnnotations() local
2310 Annotations.push_back(llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CollectBTFDeclTagAnnotations()
2312 return DBuilder.getOrCreateArray(Annotations); in CollectBTFDeclTagAnnotations()
3760 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in CreateLimitedType() local
3763 Flags, Identifier, Annotations); in CreateLimitedType()
4291 llvm::DINodeArray Annotations = nullptr; in emitFunctionStart() local
4296 Annotations = CollectBTFDeclTagAnnotations(D); in emitFunctionStart()
4307 Annotations); in emitFunctionStart()
4366 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitFunctionDecl() local
4370 SPFlags, TParamsArray.get(), nullptr, nullptr, Annotations); in EmitFunctionDecl()
4717 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); in EmitDeclare() local
4720 Annotations); in EmitDeclare()
5532 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitGlobalVariable() local
5538 Align, Annotations); in EmitGlobalVariable()