Home
last modified time | relevance | path

Searched defs:CommandLine (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp104 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 DDependencyScanningWorker.cpp344 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 DTooling.cpp265 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 DCompilationDatabase.cpp333 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local
372 const Twine &Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
H A DJSONCompilationDatabase.cpp54 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 DCompilationDatabase.h58 std::vector<std::string> CommandLine; member
H A DTooling.h292 std::vector<std::string> CommandLine; variable
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhsys.h42 char **CommandLine ; /* Ptr to cmd line d`string held by ardi.c */ member
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp311 std::string CommandLine(ProgramToRun); in main() local
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp567 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 DFuzzerDriver.cpp240 std::string CommandLine = Cmd.toString(); in WorkerThread() local
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A DToolRunner.cpp354 const std::string &CommandLine, std::string &CmdPath, in lexCommand()
/openbsd-src/gnu/llvm/lld/MachO/
H A DDriver.cpp256 CommandLine, // Library was passed as a regular CLI argument enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h683 CommandLine, ///< Full canonical command line (maybe -cc1) enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2755 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); in emitModuleCommandLines() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6864 std::string CommandLine = getCodeGenOpts().RecordCommandLine; in EmitCommandLineMetadata() local