Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h102 DIType createNullPtrType(StringRef Name);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp609 Subprogram, "gv", "gv", File, 1, DBuilder.createNullPtrType(), false); in CreateOldModule()
618 DBuilder.createNullPtrType(), false, Expr); in CreateOldModule()
/external/llvm/include/llvm/IR/
DDIBuilder.h117 DIBasicType *createNullPtrType();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h185 DIBasicType *createNullPtrType();
/external/llvm/lib/IR/
DDIBuilder.cpp192 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() function in DIBuilder
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp150 DIType DIBuilder::createNullPtrType(StringRef Name) { in createNullPtrType() function in DIBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp254 DIBasicType *DIBuilder::createNullPtrType() { in createNullPtrType() function in DIBuilder
DDebugInfo.cpp1107 return wrap(unwrap(Builder)->createNullPtrType()); in LLVMDIBuilderCreateNullPtrType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp473 return DBuilder.createNullPtrType(); in CreateType()