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

/external/llvm/include/llvm/
H A DDebugInfo.h146 /// DIArray - This descriptor holds an array of descriptors.
147 class DIArray : public DIDescriptor { class in namespace:llvm
149 explicit DIArray(const MDNode *N = 0) function in class:llvm::DIArray
196 DIArray getEnumTypes() const;
197 DIArray getRetainedTypes() const;
198 DIArray getSubprograms() const;
199 DIArray getGlobalVariables() const;
406 DIArray getTypeArray() const { return getFieldAs<DIArray>(10); }
411 DIArray getTemplateParam
[all...]

Completed in 19 milliseconds