Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1354 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); in CreateType()
1485 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType()
1602 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); in CollectRecordNormalField()
2189 llvm::DINodeArray CGDebugInfo::CollectBTFDeclTagAnnotations(const Decl *D) { in CollectBTFDeclTagAnnotations() function in CGDebugInfo
3614 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in CreateLimitedType()
4150 Annotations = CollectBTFDeclTagAnnotations(D); in emitFunctionStart()
4220 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitFunctionDecl()
4235 llvm::DINodeArray ParamAnnotations = CollectBTFDeclTagAnnotations(PD); in EmitFunctionDecl()
4572 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); in EmitDeclare()
5341 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitGlobalVariable()
H A DCGDebugInfo.h304 llvm::DINodeArray CollectBTFDeclTagAnnotations(const Decl *D);