LLVM 19.0.0git
Namespaces | Functions
ConvertEBCDIC.h File Reference

This file provides utility functions for converting between EBCDIC-1047 and UTF-8. More...

#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include <system_error>

Go to the source code of this file.

Namespaces

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

Functions

std::error_code llvm::ConverterEBCDIC::convertToEBCDIC (StringRef Source, SmallVectorImpl< char > &Result)
 
void llvm::ConverterEBCDIC::convertToUTF8 (StringRef Source, SmallVectorImpl< char > &Result)
 

Detailed Description

This file provides utility functions for converting between EBCDIC-1047 and UTF-8.

Definition in file ConvertEBCDIC.h.