Home
last modified time | relevance | path

Searched refs:getTypeArray (Results 1 – 7 of 7) sorted by relevance

/minix/minix/llvm/passes/include/magic/support/
H A DEDIType.h41 DIArray getTypeArray() const;
111 const DIArray aDIArray = getTypeArray(); in getNumElements()
119 return isArrayTy() || isVectorTy() ? getTypeArray().getNumElements() : 1; in getNumDimensions()
157 DIArray aDIArray = getTypeArray(); in getEnumValues()
/minix/minix/llvm/passes/magic/support/
H A DEDIType.cpp60 DITypeArray DTA = ((const DISubroutineType)aDIType).getTypeArray(); in getContainedType()
63 DIArray aDIArray = getTypeArray(); in getContainedType()
86 DIArray aDIArray = getTypeArray(); in getMember()
138 DITypeArray DTA = ((const DISubroutineType)aDIType).getTypeArray(); in getTypeArrayNum()
141 return getTypeArray().getNumElements(); in getTypeArrayNum()
145 DIArray EDIType::getTypeArray() const { in getTypeArray() function in llvm::EDIType
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp981 DITypeArray Elements = DISubroutineType(CTy).getTypeArray(); in constructTypeDIE()
1287 DITypeArray Args = SPTy.getTypeArray(); in applySubprogramAttributes()
H A DDwarfCompileUnit.cpp572 DITypeArray FnArgs = Sub.getType().getTypeArray(); in constructSubprogramScopeDIE()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h547 DITypedArray<DITypeRef> getTypeArray() const { in getTypeArray() function
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1027 DITypeArray DTA = DISubroutineType(DT).getTypeArray(); in processType()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1011 getOrCreateType(QualType(Func, 0), Unit)).getTypeArray(); in getOrCreateInstanceMethodType()