Home
last modified time | relevance | path

Searched refs:createArrayType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp222 DICompositeType *ArrayType = DIB.createArrayType(0, 0, nullptr, Subscripts, in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h550 DICompositeType *createArrayType(
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp577 DIBuilder::createArrayType(uint64_t Size, uint32_t AlignInBits, DIType *Ty, in createArrayType() function in DIBuilder
H A DDebugInfo.cpp1159 return wrap(unwrap(Builder)->createArrayType(Size, AlignInBits, in LLVMDIBuilderCreateArrayType()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp928 RetType = Builder.createArrayType( in solveDIType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3036 return DBuilder.createArrayType(Size, Align, ElementTy, SubscriptArray); in CreateType()
3105 return DBuilder.createArrayType(Size, Align, getOrCreateType(EltTy, Unit), in CreateType()