Home
last modified time | relevance | path

Searched refs:aDIArray (Results 1 – 2 of 2) sorted by relevance

/minix/minix/llvm/passes/magic/support/
H A DEDIType.cpp63 DIArray aDIArray = getTypeArray(); in getContainedType() local
64 unsigned numContainedTypes = aDIArray.getNumElements(); in getContainedType()
66 EDIType tmpType((const DIType) aDIArray.getElement(i), norm); in getContainedType()
86 DIArray aDIArray = getTypeArray(); in getMember() local
87 DIDescriptor aDIDescriptor = aDIArray.getElement(i); in getMember()
150 DIArray aDIArray = ((const DICompositeType)aDIType).getElements(); in getTypeArray() local
151 if(aDIArray.getNumElements() == 0 && checkOpaqueTypes && myNames.size() > 0) { in getTypeArray()
162 aDIArray = ((const DICompositeType *)aType->getDIType())->getElements(); in getTypeArray()
170 return aDIArray; in getTypeArray()
/minix/minix/llvm/passes/include/magic/support/
H A DEDIType.h111 const DIArray aDIArray = getTypeArray(); in getNumElements() local
112 const DIDescriptor aDIDescriptor = aDIArray.getElement(currentDimension); in getNumElements()
157 DIArray aDIArray = getTypeArray(); in getEnumValues() local
158 unsigned numValues = aDIArray.getNumElements(); in getEnumValues()
160 DIDescriptor aDIDescriptor = aDIArray.getElement(i); in getEnumValues()