Home
last modified time | relevance | path

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

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