14#ifndef LLVM_SUPPORT_AUTOCONVERT_H
15#define LLVM_SUPPORT_AUTOCONVERT_H
18#define CCSID_IBM_1047 1047
19#define CCSID_UTF_8 1208
20#include <system_error>
26std::error_code disableAutoConversion(
int FD);
31std::error_code enableAutoConversion(
int FD);
34std::error_code setFileTag(
int FD,
int CCSID,
bool Text);
This is an optimization pass for GlobalISel generic memory operations.