Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp135 enum class NullHandlingMethod { enum
146 static Error processString(StringRef Str, NullHandlingMethod NullHandler, in processString()
182 if (NullHandler == NullHandlingMethod::UserResource) { in processString()
342 case NullHandlingMethod::CutAtNull: in processString()
348 case NullHandlingMethod::CutAtDoubleNull: in processString()
356 case NullHandlingMethod::UserResource: in processString()
372 RETURN_IF_ERROR(processString(Str, NullHandlingMethod::CutAtNull, in writeCString()
1259 NullHandlingMethod::CutAtDoubleNull, in writeStringTableBundleBody()
1308 processString(Elem.getString(), NullHandlingMethod::UserResource, in writeUserDefinedBody()