Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h530 static DIType *createObjectPointerType(DIType *Ty);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp556 DIType *DIBuilder::createObjectPointerType(DIType *Ty) { in createObjectPointerType() function in DIBuilder
H A DDebugInfo.cpp1047 return wrap(unwrap(Builder)->createObjectPointerType(unwrapDI<DIType>(Type))); in LLVMDIBuilderCreateObjectPointerType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1463 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
1468 ThisPtrType = DBuilder.createObjectPointerType(ThisPtrType); in getOrCreateInstanceMethodType()
3863 return DBuilder.createObjectPointerType(Ty); in CreateSelfType()