Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDIBuilder.h117 DIBasicType *createNullPtrType();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h186 DIBasicType *createNullPtrType();
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DDIBuilder.h208 DIBasicType *createNullPtrType();
/external/llvm/lib/IR/
DDIBuilder.cpp192 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() function in DIBuilder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp256 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() function in DIBuilder
DDebugInfo.cpp1169 return wrap(unwrap(Builder)->createNullPtrType()); in LLVMDIBuilderCreateNullPtrType()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DDIBuilder.cpp279 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() function in DIBuilder
DDebugInfo.cpp1389 return wrap(unwrap(Builder)->createNullPtrType()); in LLVMDIBuilderCreateNullPtrType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp473 return DBuilder.createNullPtrType(); in CreateType()