Lines Matching refs:Annotations

1233   llvm::DINodeArray Annotations = nullptr;  in CreatePointerLikeType()  local
1235 Annotations = DBuilder.getOrCreateArray(Annots); in CreatePointerLikeType()
1244 Annotations); in CreatePointerLikeType()
1495 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); in CreateType() local
1505 Flags, Annotations); in CreateType()
1633 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType() local
1636 Flags, DebugType, Annotations); in createBitFieldType()
1704 llvm::DINodeArray Annotations = in createBitFieldSeparatorIfNeeded() local
1708 Flags, DebugType, Annotations); in createBitFieldSeparatorIfNeeded()
1714 llvm::DIScope *scope, const RecordDecl *RD, llvm::DINodeArray Annotations) { in createFieldType() argument
1732 offsetInBits, flags, debugType, Annotations); in createFieldType()
1856 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); in CollectRecordNormalField() local
1859 OffsetInBits, Align, tunit, RecordTy, RD, Annotations); in CollectRecordNormalField()
2431 SmallVector<llvm::Metadata *, 4> Annotations; in CollectBTFDeclTagAnnotations() local
2436 Annotations.push_back(llvm::MDNode::get(CGM.getLLVMContext(), Ops)); in CollectBTFDeclTagAnnotations()
2438 return DBuilder.getOrCreateArray(Annotations); in CollectBTFDeclTagAnnotations()
3913 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in CreateLimitedType() local
3916 Flags, Identifier, Annotations); in CreateLimitedType()
4444 llvm::DINodeArray Annotations = nullptr; in emitFunctionStart() local
4449 Annotations = CollectBTFDeclTagAnnotations(D); in emitFunctionStart()
4460 Annotations); in emitFunctionStart()
4519 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitFunctionDecl() local
4523 SPFlags, TParamsArray.get(), nullptr, nullptr, Annotations); in EmitFunctionDecl()
4870 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); in EmitDeclare() local
4873 Annotations); in EmitDeclare()
5673 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitGlobalVariable() local
5679 Align, Annotations); in EmitGlobalVariable()