LLVM 19.0.0git
Classes | Namespaces | Macros | Functions
UnicodeCharRanges.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>

Go to the source code of this file.

Classes

struct  llvm::sys::UnicodeCharRange
 Represents a closed range of Unicode code points [Lower, Upper]. More...
 
class  llvm::sys::UnicodeCharSet
 Holds a reference to an ordered array of UnicodeCharRange and allows to quickly check if a code point is contained in the set represented by this array. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::sys
 

Macros

#define DEBUG_TYPE   "unicode"
 

Functions

bool llvm::sys::operator< (uint32_t Value, UnicodeCharRange Range)
 
bool llvm::sys::operator< (UnicodeCharRange Range, uint32_t Value)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "unicode"

Definition at line 17 of file UnicodeCharRanges.h.