Searched refs:CurrentFilename (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp359 static StringRef CurrentFilename; variable
730 S << ArchiveName << "[" << CurrentFilename << "]: "; local
734 S << CurrentFilename << ": "; local
771 outs() << '\n' << CurrentFilename << ":\n";
773 outs() << "\n" << CurrentFilename << ":\n";
775 outs() << "\n\nSymbols from " << CurrentFilename << ":\n\n";
1778 CurrentFilename = Obj.getFileName();

Completed in 62 milliseconds