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

/external/llvm/include/llvm/IR/
H A DDebugInfo.h51 class DIType;
197 typedef DIRef<DIType> DITypeRef;
202 /// other DIxxx classes, including DIType and its descendants, most of
206 /// (DICompileUnit, DISubprogram, etc.), but not for, e.g., a DIType.
235 friend class DIType;
261 "MDNode in DITypeIdentifierMap should be a DIType.");
284 template <> DIRef<DIType>::DIRef(const Value *V);
286 /// DIType - This is a wrapper for a type.
289 class DIType : public DIScope { class in namespace:llvm
295 explicit DIType(cons function in class:llvm::DIType
[all...]

Completed in 143 milliseconds