/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 104 const std::vector<std::string> &CommandLine, StringRef CWD, in getDependencyFile() 162 const std::vector<std::string> &CommandLine, StringRef CWD, in getFullDependencies() 177 const std::vector<std::string> &CommandLine, StringRef CWD, in getFullDependenciesLegacyDriverCommand()
|
H A D | DependencyScanningWorker.cpp | 344 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, in computeDependencies() 390 StringRef WorkingDirectory, const std::vector<std::string> &CommandLine, in computeDependencies()
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/ |
H A D | Tooling.cpp | 265 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine, in addTargetAndModeForProgramName() 322 std::vector<std::string> CommandLine, ToolAction *Action, in ToolInvocation() 328 std::vector<std::string> CommandLine, in ToolInvocation() 566 std::vector<std::string> CommandLine = CompileCommand.CommandLine; in run() local
|
H A D | CompilationDatabase.cpp | 333 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local 372 const Twine &Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
|
H A D | JSONCompilationDatabase.cpp | 54 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser() 132 std::vector<std::string> CommandLine; member in __anone118c0aa0111::CommandLineArgumentParser
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
H A D | CompilationDatabase.h | 58 std::vector<std::string> CommandLine; member
|
H A D | Tooling.h | 292 std::vector<std::string> CommandLine; variable
|
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | hsys.h | 42 char **CommandLine ; /* Ptr to cmd line d`string held by ardi.c */ member
|
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 311 std::string CommandLine(ProgramToRun); in main() local
|
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 567 std::vector<const char *> CommandLine(DoubleDash + 1, argv + argc); in getCompilationDataBase() local 604 ArrayRef<const char *> CommandLine) in getCompilationDataBase()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 240 std::string CommandLine = Cmd.toString(); in WorkerThread() local
|
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 354 const std::string &CommandLine, std::string &CmdPath, in lexCommand()
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | Driver.cpp | 256 CommandLine, // Library was passed as a regular CLI argument enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 683 CommandLine, ///< Full canonical command line (maybe -cc1) enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2755 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 6864 std::string CommandLine = getCodeGenOpts().RecordCommandLine; in EmitCommandLineMetadata() local
|