Searched refs:createPointerType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 669 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 1183 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType() 1247 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() 1261 return DBuilder.createPointerType(EltTy, Size); in CreateType() 1710 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType() 2208 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType() 2210 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType() 2306 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo() 2311 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo() 4944 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 255 createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 891 RetType = Builder.createPointerType(nullptr, Layout.getTypeSizeInBits(Ty), in solveDIType() 1008 {ResumeIndex, DBuilder.createPointerType( in buildFrameDebugInfo() 1011 {DestroyIndex, DBuilder.createPointerType( in buildFrameDebugInfo()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 317 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1188 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy), in LLVMDIBuilderCreatePointerType()
|