Home
last modified time | relevance | path

Searched refs:ContainingType (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1072 DICompositeType ContainingType(resolve(CTy.getContainingType())); in constructTypeDIE() local
1073 if (ContainingType) in constructTypeDIE()
1075 *getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1095 llvm::DIType ContainingType; in CreateCXXMemberFunction() local
1113 ContainingType = RecordTy; in CreateCXXMemberFunction()
1139 /* isDefinition=*/false, Virtuality, VIndex, ContainingType, Flags, in CreateCXXMemberFunction()
2266 llvm::DICompositeType ContainingType; in CollectContainingType() local
2278 ContainingType = llvm::DICompositeType( in CollectContainingType()
2282 ContainingType = RealDecl; in CollectContainingType()
2284 DBuilder.replaceVTableHolder(RealDecl, ContainingType); in CollectContainingType()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp695 void DICompositeType::setContainingType(DICompositeType ContainingType) { in setContainingType() argument
697 N->replaceOperandWith(5, ContainingType.getRef()); in setContainingType()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h535 void setContainingType(DICompositeType ContainingType);