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

/external/llvm/include/llvm/
H A DDebugInfo.h312 /// DICompositeType - This descriptor holds a type that can refer to multiple
314 /// DICompositeType is derived from DIDerivedType because some
318 class DICompositeType : public DIDerivedType { class in namespace:llvm
322 explicit DICompositeType(const MDNode *N = 0) : DIDerivedType(N) {} function in class:llvm::DICompositeType
327 DICompositeType getContainingType() const {
328 return getFieldAs<DICompositeType>(12);
330 void setContainingType(DICompositeType ContainingType);
384 DICompositeType getType() const { return getFieldAs<DICompositeType>(7); }
394 DICompositeType getContainingTyp
[all...]

Completed in 742 milliseconds