Searched defs:DICompositeType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h387 /// DICompositeType - This descriptor holds a type that can refer to multiple
389 /// DICompositeType is derived from DIDerivedType because some
393 class DICompositeType : public DIDerivedType { class in namespace:llvm
398 explicit DICompositeType(const MDNode *N = nullptr) : DIDerivedType(N) {} function in class:llvm::DICompositeType
404 void setContainingType(DICompositeType ContainingType);
465 DICompositeType getType() const { return getFieldAs<DICompositeType>(7); }
811 DICompositeType getDICompositeType(DIType T);

Completed in 65 milliseconds