Searched refs:createArrayType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 222 DICompositeType *ArrayType = DIB.createArrayType(0, 0, nullptr, Subscripts, in TEST()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 550 DICompositeType *createArrayType(
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 577 DIBuilder::createArrayType(uint64_t Size, uint32_t AlignInBits, DIType *Ty, in createArrayType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1159 return wrap(unwrap(Builder)->createArrayType(Size, AlignInBits, in LLVMDIBuilderCreateArrayType()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 928 RetType = Builder.createArrayType( in solveDIType()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3036 return DBuilder.createArrayType(Size, Align, ElementTy, SubscriptArray); in CreateType() 3105 return DBuilder.createArrayType(Size, Align, getOrCreateType(EltTy, Unit), in CreateType()
|