Searched refs:Cmdline (Results 1 – 7 of 7) sorted by relevance
33 Cmdline string `json:"cmdline"` member69 Cmdline: mycfg.Cmdline,
254 Cmdline, ///< Action is determined by the cc1 command-line enumerator264 virtual ActionType getActionType() { return Cmdline; } in getActionType()
35 Cmdline string // kernel command line member135 "--params", "slub_debug=UZ "+inst.cfg.Cmdline,
34 Cmdline string member235 cfg.Kernel.Cmdline, cfg.Kernel.Sysctl, cfg.Kernel.Config)
35 Cmdline string `json:"cmdline"` // kernel command line (can only be specified with kernel) member337 cmdline = append(cmdline, inst.cfg.Cmdline)
70 P->getActionType() != PluginASTAction::Cmdline) || in CreateFrontendBaseAction()
157 if (ActionType == PluginASTAction::Cmdline) { in CreateWrappedASTConsumer()