Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h613 static DIType *createObjectPointerType(DIType *Ty);
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp627 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType() function in DIBuilder
H A DDebugInfo.cpp1269 return wrap(unwrap(Builder)->createObjectPointerType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateObjectPointerType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1715 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1720 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
4726 return DBuilder.createObjectPointerType(Ty); in CreateSelfType()