Home
last modified time | relevance | path

Searched refs:LinkerExecutable (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp60 static const char *LinkerExecutable; variable
179 WithColor::error(errs(), LinkerExecutable)); in reportError()
752 WithColor::error(errs(), LinkerExecutable) << ErrStorage << "\n"; in diagnosticHandler()
756 WithColor::warning(errs(), LinkerExecutable) << ErrStorage << "\n"; in diagnosticHandler()
759 WithColor::note(errs(), LinkerExecutable) << ErrStorage << "\n"; in diagnosticHandler()
1480 LinkerExecutable = Argv[0]; in main()