Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1495 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(Ty->getDecl()); in CreateType()
1633 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType()
1705 CollectBTFDeclTagAnnotations(*PreviousBitfield); in createBitFieldSeparatorIfNeeded()
1856 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(field); in CollectRecordNormalField()
2427 llvm::DINodeArray CGDebugInfo::CollectBTFDeclTagAnnotations(const Decl *D) { in CollectBTFDeclTagAnnotations() function in CGDebugInfo
3913 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in CreateLimitedType()
4449 Annotations = CollectBTFDeclTagAnnotations(D); in emitFunctionStart()
4519 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(D); in EmitFunctionDecl()
4533 llvm::DINodeArray ParamAnnotations = CollectBTFDeclTagAnnotations(PD); in EmitFunctionDecl()
4870 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(VD); in EmitDeclare()
[all …]
H A DCGDebugInfo.h322 llvm::DINodeArray CollectBTFDeclTagAnnotations(const Decl *D);