Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1302 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); in CreateType()
1454 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType()
1571 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); in CollectRecordNormalField()
2179 llvm::DINodeArray CGDebugInfo::CollectBTFDeclTagAnnotations(const Decl *D) { in CollectBTFDeclTagAnnotations() function in CGDebugInfo
3597 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in CreateLimitedType()
4128 Annotations = CollectBTFDeclTagAnnotations(D); in emitFunctionStart()
4198 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitFunctionDecl()
4538 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); in EmitDeclare()
5308 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitGlobalVariable()
H A DCGDebugInfo.h305 llvm::DINodeArray CollectBTFDeclTagAnnotations(const Decl *D);