Searched refs:DITypeArray (Results 1 – 12 of 12) sorted by relevance
133 unwrapDI<DIFile>(File), unwrapDI<DITypeArray>(ParameterTypes)); in LLVMDIBuilderCreateSubroutineType()209 DITypeArray A = D->getOrCreateTypeArray(Elements); in LLVMDIBuilderGetOrCreateTypeArray()
424 DITypeArray ParameterTypes,460 DITypeArray getOrCreateTypeArray(ArrayRef<Metadata *> Elements);
288 typedef DITypedArray<DITypeRef> DITypeArray; typedef
60 DITypeArray DTA = ((const DISubroutineType)aDIType).getTypeArray(); in getContainedType()138 DITypeArray DTA = ((const DISubroutineType)aDIType).getTypeArray(); in getTypeArrayNum()
308 void constructSubprogramArguments(DIE &Buffer, DITypeArray Args);
949 void DwarfUnit::constructSubprogramArguments(DIE &Buffer, DITypeArray Args) { in constructSubprogramArguments()981 DITypeArray Elements = DISubroutineType(CTy).getTypeArray(); in constructTypeDIE()1287 DITypeArray Args = SPTy.getTypeArray(); in applySubprogramAttributes()
572 DITypeArray FnArgs = Sub.getType().getTypeArray(); in constructSubprogramScopeDIE()
650 DITypeArray ParameterTypes, in createSubroutineType()845 DITypeArray DIBuilder::getOrCreateTypeArray(ArrayRef<Metadata *> Elements) { in getOrCreateTypeArray()853 return DITypeArray(MDNode::get(VMContext, Elts)); in getOrCreateTypeArray()
1027 DITypeArray DTA = DISubroutineType(DT).getTypeArray(); in processType()
234 DITypeArray ParamTypes = DBuilder.getOrCreateTypeArray(None); in CreateOldFunctionBodyAndDI()
797 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType()1010 llvm::DITypeArray Args = llvm::DISubroutineType( in getOrCreateInstanceMethodType()1048 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType()1381 llvm::DITypeArray SElements = DBuilder.getOrCreateTypeArray(STy); in getOrCreateVTablePtrType()2530 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType()2544 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType()
848 DITypeArray EltTypeArray = DBuilder->getOrCreateTypeArray(EltTys); in CreateFunctionType()