Searched refs:BitFieldDecl (Results 1 – 2 of 2) sorted by relevance
366 llvm::DIDerivedType *createBitFieldType(const FieldDecl *BitFieldDecl,373 const FieldDecl *BitFieldDecl, const llvm::DIDerivedType *BitFieldDI,
1768 CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl, in createBitFieldType() argument1770 StringRef Name = BitFieldDecl->getName(); in createBitFieldType()1771 QualType Ty = BitFieldDecl->getType(); in createBitFieldType()1772 if (BitFieldDecl->hasAttr<PreferredTypeAttr>()) in createBitFieldType()1773 Ty = BitFieldDecl->getAttr<PreferredTypeAttr>()->getType(); in createBitFieldType()1774 SourceLocation Loc = BitFieldDecl->getLocation(); in createBitFieldType()1783 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl); in createBitFieldType()1795 llvm::DINode::DIFlags Flags = getAccessFlag(BitFieldDecl->getAccess(), RD); in createBitFieldType()1796 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType()1803 const FieldDecl *BitFieldDecl, const llvm::DIDerivedType *BitFieldDI, in createBitFieldSeparatorIfNeeded() argument[all …]