Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp684 auto *ISATy = DBuilder.createPointerType(ClassTy, Size); in CreateType()
1145 return DBuilder.createPointerType(getOrCreateType(PointeeTy, Unit), Size, in CreatePointerLikeType()
1156 Cache = DBuilder.createPointerType(Cache, Size); in getOrCreateStructPtrType()
1220 auto *DescTy = DBuilder.createPointerType(EltTy, Size); in CreateType()
1234 return DBuilder.createPointerType(EltTy, Size); in CreateType()
1631 DBuilder.createPointerType(PointeeType, Size, Align); in getOrCreateInstanceMethodType()
2100 llvm::DIType *vtbl_ptr_type = DBuilder.createPointerType( in getOrCreateVTablePtrType()
2102 VTablePtrType = DBuilder.createPointerType(vtbl_ptr_type, Size); in getOrCreateVTablePtrType()
2198 llvm::DIType *VTableType = DBuilder.createPointerType( in CollectVTableInfo()
2203 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth); in CollectVTableInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDIBuilder.h220 DIDerivedType *createPointerType(DIType *PointeeTy, uint64_t SizeInBits,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp281 DIDerivedType *DIBuilder::createPointerType( in createPointerType() function in DIBuilder
H A DDebugInfo.cpp1147 return wrap(unwrap(Builder)->createPointerType(unwrapDI<DIType>(PointeeTy), in LLVMDIBuilderCreatePointerType()