Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp686 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType()
1183 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType()
1195 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType()
1259 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType()
1273 return DBuilder.createPointerType(EltTy, Size); in CreateType()
1732 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType()
2218 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType()
2220 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
2316 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo()
2321 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h257 createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp913 Builder.createPointerType(nullptr, Layout.getTypeSizeInBits(Ty), in solveDIType()
1030 {ResumeIndex, DBuilder.createPointerType( in buildFrameDebugInfo()
1033 {DestroyIndex, DBuilder.createPointerType( in buildFrameDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp319 DIBuilder::createPointerType(DIType *PointeeTy, uint64_t SizeInBits, in createPointerType() function in DIBuilder
H A DDebugInfo.cpp1243 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy), in LLVMDIBuilderCreatePointerType()