Home | History | Annotate | Download | only in llvm-nm

Lines Matching refs:EC

175 static bool error(std::error_code EC, Twine Path = Twine()) {
176 if (EC) {
177 error(EC.message(), Path);