LLVM 22.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |
Macros | |
#define | ConvertUTF_DISABLE_WARNINGS |
#define | ConvertUTF_RESTORE_WARNINGS |
#define | UNI_SUR_HIGH_START (UTF32)0xD800 |
#define | UNI_SUR_HIGH_END (UTF32)0xDBFF |
#define | UNI_SUR_LOW_START (UTF32)0xDC00 |
#define | UNI_SUR_LOW_END (UTF32)0xDFFF |
Variables | |
static const int | llvm::halfShift = 10 |
static const UTF32 | llvm::halfBase = 0x0010000UL |
static const UTF32 | llvm::halfMask = 0x3FFUL |
static const char | llvm::trailingBytesForUTF8 [256] |
static const UTF32 | llvm::offsetsFromUTF8 [6] |
static const UTF8 | llvm::firstByteMark [7] = { 0x00, 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC } |
#define ConvertUTF_DISABLE_WARNINGS |
Definition at line 90 of file ConvertUTF.cpp.
#define ConvertUTF_RESTORE_WARNINGS |
Definition at line 93 of file ConvertUTF.cpp.
#define UNI_SUR_HIGH_END (UTF32)0xDBFF |
Definition at line 106 of file ConvertUTF.cpp.
Referenced by llvm::ConvertUTF16toUTF32(), and llvm::ConvertUTF16toUTF8().
#define UNI_SUR_HIGH_START (UTF32)0xD800 |
Definition at line 105 of file ConvertUTF.cpp.
Referenced by llvm::ConvertUTF16toUTF32(), llvm::ConvertUTF16toUTF8(), llvm::ConvertUTF32toUTF16(), llvm::ConvertUTF32toUTF8(), llvm::ConvertUTF8toUTF16(), and llvm::ConvertUTF8toUTF32Impl().
#define UNI_SUR_LOW_END (UTF32)0xDFFF |
Definition at line 108 of file ConvertUTF.cpp.
Referenced by llvm::ConvertUTF16toUTF32(), llvm::ConvertUTF16toUTF8(), llvm::ConvertUTF32toUTF16(), llvm::ConvertUTF32toUTF8(), llvm::ConvertUTF8toUTF16(), and llvm::ConvertUTF8toUTF32Impl().
#define UNI_SUR_LOW_START (UTF32)0xDC00 |
Definition at line 107 of file ConvertUTF.cpp.
Referenced by llvm::ConvertUTF16toUTF32(), llvm::ConvertUTF16toUTF8(), llvm::ConvertUTF32toUTF16(), and llvm::ConvertUTF8toUTF16().