LLVM 22.0.0git
|
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 "llvm/Support/Compiler.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 | |
LLVM_ABI std::error_code | llvm::ConverterEBCDIC::convertToEBCDIC (StringRef Source, SmallVectorImpl< char > &Result) |
LLVM_ABI void | llvm::ConverterEBCDIC::convertToUTF8 (StringRef Source, SmallVectorImpl< char > &Result) |
This file provides utility functions for converting between EBCDIC-1047 and UTF-8.
Definition in file ConvertEBCDIC.h.