Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/emma/
DCommand.java269 protected static String usageMsgPrefix (final String toolName) in usageMsgPrefix() argument
271 return toolNameToCommandName (toolName).concat (" usage: "); in usageMsgPrefix()
274 protected static String usageResName (final String toolName) in usageResName() argument
276 return toolName.replace ('.', '/').concat ("_usage.res"); in usageResName()
279 protected static String toolNameToCommandName (final String toolName) in toolNameToCommandName() argument
281 final int lastDot = toolName.lastIndexOf ('.'); in toolNameToCommandName()
283 return lastDot > 0 ? toolName.substring (lastDot + 1) : toolName; in toolNameToCommandName()
/external/llvm-project/llvm/tools/split-file/
Dsplit-file.cpp41 static StringRef toolName; variable
47 WithColor::error(errs(), toolName) << message << '\n'; in fatal()
49 WithColor::error(errs(), toolName) << filename << ": " << message << '\n'; in fatal()
139 toolName = sys::path::stem(argv[0]); in main()
/external/llvm-project/mlir/include/mlir/Support/
DMlirOptMain.h57 LogicalResult MlirOptMain(int argc, char **argv, llvm::StringRef toolName,
/external/llvm-project/mlir/lib/Support/
DMlirOptMain.cpp151 LogicalResult mlir::MlirOptMain(int argc, char **argv, llvm::StringRef toolName, in MlirOptMain() argument
195 std::string helpHeader = (toolName + "\nAvailable Dialects: ").str(); in MlirOptMain()
/external/llvm-project/mlir/include/mlir/
DTranslation.h104 llvm::StringRef toolName);
/external/llvm-project/mlir/lib/Translation/
DTranslation.cpp130 llvm::StringRef toolName) { in mlirTranslateMain() argument