Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDIBuilder.h553 DICompositeType *createArrayType(
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDIBuilder.cpp581 DIBuilder::createArrayType(uint64_t Size, uint32_t AlignInBits, DIType *Ty, in createArrayType() function in DIBuilder
DDebugInfo.cpp1214 return wrap(unwrap(Builder)->createArrayType(Size, AlignInBits, in LLVMDIBuilderCreateArrayType()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp950 RetType = Builder.createArrayType( in solveDIType()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp3053 return DBuilder.createArrayType(Size, Align, ElementTy, SubscriptArray); in CreateType()
3122 return DBuilder.createArrayType(Size, Align, getOrCreateType(EltTy, Unit), in CreateType()