Searched refs:createPointerType (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | DIBuilderBindings.cpp | 123 DIDerivedType T = D->createPointerType(unwrapDI<DIType>(PointeeType), in LLVMDIBuilderCreatePointerType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 412 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 657 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType() 668 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType() 703 DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() 730 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size); in CreateType() 1030 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType() 1385 DBuilder.createPointerType(SubTy, Size, 0, "__vtbl_ptr_type"); in getOrCreateVTablePtrType() 1386 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType() 3106 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable() 3128 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 170 createPointerType(DIType PointeeTy, uint64_t SizeInBits,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 315 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
|