Searched refs:BitFieldDecl (Results 1 – 2 of 2) sorted by relevance
341 llvm::DIDerivedType *createBitFieldType(const FieldDecl *BitFieldDecl,348 const FieldDecl *BitFieldDecl, const llvm::DIDerivedType *BitFieldDI,
1605 CGDebugInfo::createBitFieldType(const FieldDecl *BitFieldDecl, in createBitFieldType() argument1607 StringRef Name = BitFieldDecl->getName(); in createBitFieldType()1608 QualType Ty = BitFieldDecl->getType(); in createBitFieldType()1609 if (BitFieldDecl->hasAttr<PreferredTypeAttr>()) in createBitFieldType()1610 Ty = BitFieldDecl->getAttr<PreferredTypeAttr>()->getType(); in createBitFieldType()1611 SourceLocation Loc = BitFieldDecl->getLocation(); in createBitFieldType()1620 CGM.getTypes().getCGRecordLayout(RD).getBitFieldInfo(BitFieldDecl); in createBitFieldType()1632 llvm::DINode::DIFlags Flags = getAccessFlag(BitFieldDecl->getAccess(), RD); in createBitFieldType()1633 llvm::DINodeArray Annotations = CollectBTFDeclTagAnnotations(BitFieldDecl); in createBitFieldType()1640 const FieldDecl *BitFieldDecl, const llvm::DIDerivedType *BitFieldDI, in createBitFieldSeparatorIfNeeded() argument[all …]