Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp46 static StringRef toolName; variable
51 WithColor::error(errs(), toolName) << message << '\n'; in fatal()
53 WithColor::error(errs(), toolName) << filename << ": " << message << '\n'; in fatal()
144 toolName = sys::path::stem(argv[0]); in main()