Searched refs:createArrayType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 553 DICompositeType *createArrayType(
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 581 DIBuilder::createArrayType(uint64_t Size, uint32_t AlignInBits, DIType *Ty, in createArrayType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1214 return wrap(unwrap(Builder)->createArrayType(Size, AlignInBits, in LLVMDIBuilderCreateArrayType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 950 RetType = Builder.createArrayType( in solveDIType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3053 return DBuilder.createArrayType(Size, Align, ElementTy, SubscriptArray); in CreateType() 3122 return DBuilder.createArrayType(Size, Align, getOrCreateType(EltTy, Unit), in CreateType()
|