Searched defs:CommandLine (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h58 std::vector<std::string> CommandLine; member in struct:clang::tooling::CompileCommand
46 CompileCommand(Twine Directory, Twine Filename, std::vector<std::string> CommandLine, Twine Output) argument
H A DTooling.h288 std::vector<std::string> CommandLine; member in class:clang::tooling::ToolInvocation
[all...]
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c193 AcpiDbAddToHistory( char *CommandLine) argument
H A Ddbinput.c902 char *CommandLine; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp382 FixedCompilationDatabase(Twine Directory, ArrayRef<std::string> CommandLine) { argument
H A DJSONCompilationDatabase.cpp54 CommandLineArgumentParser(StringRef CommandLine) argument
132 std::vector<std::string> CommandLine; member in class:__anon2395::CommandLineArgumentParser
H A DTooling.cpp246 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine, argument
291 ToolInvocation( std::vector<std::string> CommandLine, ToolAction *Action, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
297 ToolInvocation( std::vector<std::string> CommandLine, std::unique_ptr<FrontendAction> FAction, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
530 std::vector<std::string> CommandLine = CompileCommand.CommandLine; local
[all...]
/freebsd-13-stable/contrib/libevent/
H A Devent_rpcgen.py1635 class CommandLine: class in inherits:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp353 lexCommand(const char *Argv0, std::string &Message, const std::string &CommandLine, std::string &CmdPath, std::vector<std::string> &Args) argument
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1635 class CommandLine: class in inherits:
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp236 std::string CommandLine = Cmd.toString(); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h688 CommandLine, ///< Full canonical command line (maybe -cc1) enumerator in enum:llvm::codeview::BuildInfoRecord::BuildInfoArg
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2168 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5779 std::string CommandLine = getCodeGenOpts().RecordCommandLine; local

Completed in 203 milliseconds