Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp797 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in CreateType() local
798 return DBuilder.createSubroutineType(Unit, EltTypeArray); in CreateType()
1048 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateInstanceMethodType() local
1056 return DBuilder.createSubroutineType(Unit, EltTypeArray, Flags); in getOrCreateInstanceMethodType()
2530 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(Elts); in getOrCreateFunctionType() local
2531 return DBuilder.createSubroutineType(F, EltTypeArray); in getOrCreateFunctionType()
2544 llvm::DITypeArray EltTypeArray = DBuilder.getOrCreateTypeArray(EltTys); in getOrCreateFunctionType() local
2545 return DBuilder.createSubroutineType(F, EltTypeArray); in getOrCreateFunctionType()
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp848 DITypeArray EltTypeArray = DBuilder->getOrCreateTypeArray(EltTys); in CreateFunctionType() local
849 return DBuilder->createSubroutineType(Unit, EltTypeArray); in CreateFunctionType()