Searched refs:createPointerType (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 708 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 1242 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType() 1254 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType() 1318 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() 1332 return DBuilder.createPointerType(EltTy, Size); in CreateType() 1986 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType() 2456 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType() 2458 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType() 2554 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo() 2559 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 275 LVType *createPointerType(TypeIndex TI, StringRef TypeName);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DIBuilder.h | 269 createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1049 Builder.createPointerType(nullptr, Layout.getTypeSizeInBits(Ty), in solveDIType() 1176 {ResumeIndex, DBuilder.createPointerType( in buildFrameDebugInfo() 1179 {DestroyIndex, DBuilder.createPointerType( in buildFrameDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 3229 LVType *LVLogicalVisitor::createPointerType(TypeIndex TI, StringRef TypeName) { in createPointerType() function in LVLogicalVisitor 3333 return (TypeName.back() == '*') ? createPointerType(TI, TypeName) in getElement()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 316 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
|
H A D | DebugInfo.cpp | 1342 return wrap(unwrap(Builder)->createPointerType( in LLVMDIBuilderCreatePointerType()
|