Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp661 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType()
1000 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType()
1064 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType()
1078 return DBuilder.createPointerType(EltTy, Size); in CreateType()
1458 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType()
1859 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType()
1861 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
1904 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo()
1909 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo()
4080 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h211 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp273 DIDerivedType *DIBuilder::createPointerType( in createPointerType() function in DIBuilder
H A DDebugInfo.cpp966 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy), in LLVMDIBuilderCreatePointerType()