Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h220 DIBasicType *createNullPtrType();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp263 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() function in DIBuilder
H A DDebugInfo.cpp1486 return wrap(unwrap(Builder)->createNullPtrType()); in LLVMDIBuilderCreateNullPtrType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp683 return DBuilder.createNullPtrType(); in CreateType()