Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h623 static DIType *createObjectPointerType(DIType *Ty);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp617 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType() function in DIBuilder
H A DDebugInfo.cpp1416 return wrap(unwrap(Builder)->createObjectPointerType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateObjectPointerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1865 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1870 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
4948 return DBuilder.createObjectPointerType(Ty); in CreateSelfType()