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.h786 LLVM_ABI static DIType *createObjectPointerType(DIType *Ty, bool Implicit);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp749 DIType *DIBuilder::createObjectPointerType(DIType *Ty, bool Implicit) { in createObjectPointerType() function in DIBuilder
H A DDebugInfo.cpp1515 return wrap(unwrap(Builder)->createObjectPointerType(unwrapDI<DIType>(Type), in LLVMDIBuilderCreateObjectPointerType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2162 DBuilder.createObjectPointerType(ThisPtrType, /*Implicit=*/true); in getOrCreateInstanceMethodType()
2174 Elts[1] = DBuilder.createObjectPointerType(Args[1], /*Implicit=*/false); in getOrCreateInstanceMethodType()
5346 return DBuilder.createObjectPointerType(Ty, /*Implicit=*/true); in CreateSelfType()