Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:EC

102   std::error_code EC;
103 tool_output_file Out(OutputFile.c_str(), EC, sys::fs::F_None);
104 if (EC) {
105 SPIRVDBG(errs() << "Fails to open output file: " << EC.message();)