Searched refs:createPointerType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 425 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 685 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType() 696 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType() 731 DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() 758 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size); in CreateType() 1049 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType() 1404 DBuilder.createPointerType(SubTy, Size, 0, "__vtbl_ptr_type"); in getOrCreateVTablePtrType() 1405 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType() 3119 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable() 3141 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm/bindings/go/llvm/ |
D | DIBuilderBindings.cpp | 117 DIDerivedType T = D->createPointerType(unwrap<MDType>(PointeeType), in LLVMDIBuilderCreatePointerType()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 147 MDDerivedType *createPointerType(MDType *PointeeTy, uint64_t SizeInBits,
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 232 MDDerivedType *DIBuilder::createPointerType(MDType *PointeeTy, in createPointerType() function in DIBuilder
|