Searched refs:createPointerType (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WindowsSecureHotPatching.cpp | 374 DIType *DebugType = DebugInfo.createPointerType( in getOrCreateRefVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 629 Builder.createPointerType(nullptr, Layout.getTypeSizeInBits(Ty), in solveDIType() 737 {ResumeIndex, DBuilder.createPointerType( in buildFrameDebugInfo() 740 {DestroyIndex, DBuilder.createPointerType( in buildFrameDebugInfo()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 847 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType() 1421 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType() 1433 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType() 1497 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType() 1511 return DBuilder.createPointerType(EltTy, Size); in CreateType() 2630 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType() 2632 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType() 2778 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo() 2783 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo() 5565 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable() [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 | 292 createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 3225 LVType *LVLogicalVisitor::createPointerType(TypeIndex TI, StringRef TypeName) { in createPointerType() function in LVLogicalVisitor 3329 return (TypeName.back() == '*') ? createPointerType(TI, TypeName) in getElement()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 347 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
|
| H A D | DebugInfo.cpp | 1436 return wrap(unwrap(Builder)->createPointerType( in LLVMDIBuilderCreatePointerType()
|