Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp134 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()
1270 RETURN_IF_ERROR(processString(S, NullHandlingMethod::CutAtDoubleNull, in writeStringTableBundleBody()
1320 processString(Elem.getString(), NullHandlingMethod::UserResource, in writeUserDefinedBody()