Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp374 DIType *DebugType = DebugInfo.createPointerType( in getOrCreateRefVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp629 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 DCGDebugInfo.cpp847 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 DLVCodeViewVisitor.h275 LVType *createPointerType(TypeIndex TI, StringRef TypeName);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h292 createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3225 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 DDIBuilder.cpp347 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
H A DDebugInfo.cpp1436 return wrap(unwrap(Builder)->createPointerType( in LLVMDIBuilderCreatePointerType()