Searched refs:createPointerType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 662 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 1134 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType() 1198 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() 1212 return DBuilder.createPointerType(EltTy, Size); in CreateType() 1612 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType() 2081 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType() 2083 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType() 2179 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo() 2184 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo() 4661 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 222 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 286 DIDerivedType *DIBuilder::createPointerType( in createPointerType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1183 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy), in LLVMDIBuilderCreatePointerType()
|