Searched refs:encoding_flags (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp497 int encoding_flags = 0; local
500 encoding_flags = 0x08000100; /* 0x08000100 is kCFStringEncodingUTF8 */
503 encoding_flags = 0x0100; /* 0x0100 is kCFStringEncodingUTF16 */
506 encoding_flags = 0x0c000100; /* 0x0c000100 is kCFStringEncodingUTF32 */
509 encoding_flags = 0x0600; /* fall back to 0x0600, kCFStringEncodingASCII */
514 Constant *encoding_arg = ConstantInt::get(i32_ty, encoding_flags, false);

Completed in 70 milliseconds