Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGDebugInfo.cpp1050 llvm::DIType ContainingType; in CreateCXXMemberFunction() local
1068 ContainingType = RecordTy; in CreateCXXMemberFunction()
1096 Virtuality, VIndex, ContainingType, in CreateCXXMemberFunction()
2280 llvm::DICompositeType ContainingType; in CollectContainingType() local
2292 ContainingType = llvm::DICompositeType( in CollectContainingType()
2296 ContainingType = RealDecl; in CollectContainingType()
2298 RealDecl.setContainingType(ContainingType); in CollectContainingType()
/trueos/contrib/llvm/lib/IR/
HDDebugInfo.cpp686 void DICompositeType::setContainingType(DICompositeType ContainingType) { in setContainingType() argument
688 N->replaceOperandWith(12, ContainingType.getRef()); in setContainingType()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp1278 DICompositeType ContainingType(resolve(CTy.getContainingType())); in constructTypeDIE() local
1279 if (ContainingType) in constructTypeDIE()
1281 getOrCreateTypeDIE(ContainingType)); in constructTypeDIE()
/trueos/contrib/llvm/include/llvm/
HDDebugInfo.h383 void setContainingType(DICompositeType ContainingType);