Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h124 DIType createPointerType(DIType PointeeTy, uint64_t SizeInBits,
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp122 return wrap(D->createPointerType(unwrap<DIType>(PointeeType), SizeInBits, in LLVMDIBuilderCreatePointerType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp498 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType()
762 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType()
773 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType()
803 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType()
832 return DBuilder.createPointerType(EltTy, Size); in CreateType()
1171 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType()
1528 DBuilder.createPointerType(SubTy, Size, 0, "__vtbl_ptr_type"); in getOrCreateVTablePtrType()
1529 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
3455 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable()
3476 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
/external/llvm/include/llvm/IR/
DDIBuilder.h139 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
/external/llvm/lib/IR/
DDIBuilder.cpp209 DIDerivedType *DIBuilder::createPointerType(DIType *PointeeTy, in createPointerType() function in DIBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp212 DIType DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder