Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp698 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType()
1235 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType()
1299 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType()
1313 return DBuilder.createPointerType(EltTy, Size); in CreateType()
1860 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType()
2330 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType()
2332 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
2428 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo()
2433 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo()
5167 fieldType = DBuilder.createPointerType(fieldType, PtrInfo.Width); in EmitDeclareOfBlockLiteralArgVariable()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h260 createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h275 LVType *createPointerType(TypeIndex TI, StringRef TypeName);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1046 Builder.createPointerType(nullptr, Layout.getTypeSizeInBits(Ty), in solveDIType()
1173 {ResumeIndex, DBuilder.createPointerType( in buildFrameDebugInfo()
1176 {DestroyIndex, DBuilder.createPointerType( in buildFrameDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp303 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
H A DDebugInfo.cpp1337 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy), in LLVMDIBuilderCreatePointerType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3229 LVType *LVLogicalVisitor::createPointerType(TypeIndex TI, StringRef TypeName) { in createPointerType() function in LVLogicalVisitor
3333 return (TypeName.back() == '*') ? createPointerType(TI, TypeName) in getElement()