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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDebugInfo.h142 /// DIArray - This descriptor holds an array of descriptors.
143 class DIArray : public DIDescriptor { class in namespace:llvm
145 explicit DIArray(const MDNode *N = 0) function in class:llvm::DIArray
188 DIArray getEnumTypes() const;
189 DIArray getRetainedTypes() const;
190 DIArray getSubprograms() const;
191 DIArray getGlobalVariables() const;
401 DIArray getTypeArray() const { return getFieldAs<DIArray>(10); }
406 DIArray getTemplateParam
[all...]

Completed in 172 milliseconds