Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h574 static DIType *createObjectPointerType(DIType *Ty);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp595 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType() function in DIBuilder
H A DDebugInfo.cpp1264 return wrap(unwrap(Builder)->createObjectPointerType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateObjectPointerType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1617 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1622 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
4443 return DBuilder.createObjectPointerType(Ty); in CreateSelfType()