Searched refs:ContainingType (Results 1 – 4 of 4) sorted by relevance
1072 DICompositeType ContainingType(resolve(CTy.getContainingType())); in constructTypeDIE() local1073 if (ContainingType) in constructTypeDIE()1075 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
1095 llvm::DIType ContainingType; in CreateCXXMemberFunction() local1113 ContainingType = RecordTy; in CreateCXXMemberFunction()1139 /* isDefinition=*/false, Virtuality, VIndex, ContainingType, Flags, in CreateCXXMemberFunction()2266 llvm::DICompositeType ContainingType; in CollectContainingType() local2278 ContainingType = llvm::DICompositeType( in CollectContainingType()2282 ContainingType = RealDecl; in CollectContainingType()2284 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
695 void DICompositeType::setContainingType(DICompositeType ContainingType) { in setContainingType() argument697 N->replaceOperandWith(5, ContainingType.getRef()); in setContainingType()
535 void setContainingType(DICompositeType ContainingType);