Searched refs:createPointerType (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DIBuilder.h | 124 DIType createPointerType(DIType PointeeTy, uint64_t SizeInBits,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 498 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/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 122 return wrap(D->createPointerType(unwrap<DIType>(PointeeType), SizeInBits, in LLVMDIBuilderCreatePointerType()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 139 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DIBuilder.h | 207 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 264 …case Type::PointerTyID: return builder.createPointerType(GetDebugType(pTy->getPointerElementType()… in GetDebugType()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 209 DIDerivedType *DIBuilder::createPointerType(DIType *PointeeTy, in createPointerType() function in DIBuilder
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 212 DIType DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 270 DIDerivedType *DIBuilder::createPointerType( in createPointerType() function in DIBuilder
|
D | DebugInfo.cpp | 960 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy), in LLVMDIBuilderCreatePointerType()
|