Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp427 llvm::DIType ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType()
654 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType()
665 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType()
700 DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType()
727 BlockLiteralGeneric = DBuilder.createPointerType(EltTy, Size); in CreateType()
990 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType()
1359 llvm::DIType vtbl_ptr_type = DBuilder.createPointerType(SubTy, Size, 0, in getOrCreateVTablePtrType()
1361 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()
/freebsd-9-stable/contrib/llvm/include/llvm/
DDIBuilder.h149 createPointerType(DIType PointeeTy, uint64_t SizeInBits,
/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DDebugIR.cpp404 N = Builder.createPointerType( in getOrCreateType()
/freebsd-9-stable/contrib/llvm/lib/IR/
DDIBuilder.cpp291 DIBuilder::createPointerType(DIType PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder