Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h657 static DIType *createObjectPointerType(DIType *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp644 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType() function in DIBuilder
H A DDebugInfo.cpp1421 return wrap(unwrap(Builder)->createObjectPointerType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateObjectPointerType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1991 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1996 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
5083 return DBuilder.createObjectPointerType(Ty); in CreateSelfType()