LLVM 22.0.0git
TextEncoding.h File Reference

This file provides a utility class to convert between different character set encodings. More...

#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorOr.h"
#include <string>
#include <system_error>

Go to the source code of this file.

Classes

class  llvm::details::TextEncodingConverterImplBase
class  llvm::TextEncodingConverter
 Utility class to convert between different character encodings. More...

Namespaces

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

Enumerations

enum class  llvm::TextEncoding { llvm::UTF8 , llvm::IBM1047 }

Detailed Description

This file provides a utility class to convert between different character set encodings.

Definition in file TextEncoding.h.