/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 74 const std::vector<std::string> &CommandLine, StringRef CWD) { in getDependencyFile() 143 const std::vector<std::string> &CommandLine, StringRef CWD, in getTranslationUnitDependencies() 156 StringRef ModuleName, const std::vector<std::string> &CommandLine, in getModuleDependencies()
|
H A D | DependencyScanningWorker.cpp | 341 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,std::optional<StringRef> ModuleName) computeDependencies() argument 404 createAndRunToolInvocation(std::vector<std::string> CommandLine,DependencyScanningAction & Action,FileManager & FM,std::shared_ptr<clang::PCHContainerOperations> & PCHContainerOps,DiagnosticsEngine & Diags,DependencyConsumer & Consumer) createAndRunToolInvocation() argument 424 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,DiagnosticConsumer & DC,std::optional<StringRef> ModuleName) computeDependencies() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | CompilationDatabase.h | 58 std::vector<std::string> CommandLine; member
|
H A D | Tooling.h | 295 std::vector<std::string> CommandLine; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 271 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine, in addTargetAndModeForProgramName() argument 308 addExpandedResponseFiles(std::vector<std::string> & CommandLine,llvm::StringRef WorkingDir,llvm::cl::TokenizerCallback Tokenizer,llvm::vfs::FileSystem & FS) addExpandedResponseFiles() argument 353 ToolInvocation(std::vector<std::string> CommandLine,ToolAction * Action,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps) ToolInvocation() argument 359 ToolInvocation(std::vector<std::string> CommandLine,std::unique_ptr<FrontendAction> FAction,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps) ToolInvocation() argument 597 std::vector<std::string> CommandLine = CompileCommand.CommandLine; run() local [all...] |
H A D | CompilationDatabase.cpp | 335 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local 374 const Twine &Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
|
H A D | JSONCompilationDatabase.cpp | 54 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser() argument 132 std::vector<std::string> CommandLine; member in __anon0a8d19650111::CommandLineArgumentParser
|
/freebsd-src/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbhistry.c | 194 char *CommandLine) in AcpiDbAddToHistory() argument
|
H A D | dbinput.c | 905 char *CommandLine; in AcpiDbCommandDispatch() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 240 std::string CommandLine = Cmd.toString(); WorkerThread() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 354 const std::string &CommandLine, std::string &CmdPath, in lexCommand()
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | Driver.cpp | 261 CommandLine, // Library was passed as a regular CLI argument global() enumerator [all...] |
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | event_rpcgen.py | 1829 class CommandLine(object): class
|
/freebsd-src/contrib/libevent/ |
H A D | event_rpcgen.py | 1829 class CommandLine(object): class
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 683 CommandLine, ///< Full canonical command line (maybe -cc1) enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3001 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); emitModuleCommandLines() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 7301 std::string CommandLine = getCodeGenOpts().RecordCommandLine; EmitCommandLineMetadata() local
|