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

Lines Matching refs:Path

148 static void error(Twine Message, Twine Path = Twine()) {
150 errs() << ToolName << ": " << Path << ": " << Message << ".\n";
153 static bool error(std::error_code EC, Twine Path = Twine()) {
155 error(EC.message(), Path);