Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDIBuilder.h192 DIBasicType *createNullPtrType();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDIBuilder.cpp263 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() function in DIBuilder
DDebugInfo.cpp1329 return wrap(unwrap(Builder)->createNullPtrType()); in LLVMDIBuilderCreateNullPtrType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp637 return DBuilder.createNullPtrType(); in CreateType()