Home
last modified time | relevance | path

Searched refs:createUnspecifiedType (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h183 DIBasicType *createUnspecifiedType(StringRef Name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp251 DIBasicType *DIBuilder::createUnspecifiedType(StringRef Name) { in createUnspecifiedType() function in DIBuilder
257 return createUnspecifiedType("decltype(nullptr)"); in createNullPtrType()
DDebugInfo.cpp1057 return wrap(unwrap(Builder)->createUnspecifiedType({Name, NameLen})); in LLVMDIBuilderCreateUnspecifiedType()