Searched refs:createPointerType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 422 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 649 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType() 660 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType() 695 DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() 722 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size); in CreateType() 1009 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType() 1380 llvm::DIType vtbl_ptr_type = DBuilder.createPointerType(SubTy, Size, 0, in getOrCreateVTablePtrType() 1382 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType() 3037 fieldType = DBuilder.createPointerType(fieldType, ptrInfo.first); in EmitDeclareOfBlockLiteralArgVariable() 3059 type = DBuilder.createPointerType(type, CGM.PointerWidthInBits); in EmitDeclareOfBlockLiteralArgVariable()
|
/external/llvm/include/llvm/IR/ |
D | DIBuilder.h | 163 createPointerType(DIType PointeeTy, uint64_t SizeInBits,
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | DebugIR.cpp | 403 N = Builder.createPointerType( in getOrCreateType()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 304 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
|