Searched refs:EltTypeArray (Results 1 – 2 of 2) sorted by relevance
797 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType() local798 return DBuilder.createSubroutineType(Unit, EltTypeArray); in CreateType()1048 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType() local1056 return DBuilder.createSubroutineType(Unit, EltTypeArray, Flags); in getOrCreateInstanceMethodType()2530 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType() local2531 return DBuilder.createSubroutineType(F, EltTypeArray); in getOrCreateFunctionType()2544 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType() local2545 return DBuilder.createSubroutineType(F, EltTypeArray); in getOrCreateFunctionType()
848 DITypeArray EltTypeArray = DBuilder->getOrCreateTypeArray(EltTys); in CreateFunctionType() local849 return DBuilder->createSubroutineType(Unit, EltTypeArray); in CreateFunctionType()