Home
last modified time | relevance | path

Searched refs:ActiveSubCommand (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp118 CommandLineParser() : ActiveSubCommand(nullptr) { in CommandLineParser()
264 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand()
331 ActiveSubCommand = nullptr; in reset()
348 SubCommand *ActiveSubCommand; member in __anon937ab9ee0111::CommandLineParser
1069 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
2041 sortOpts(ActiveSubCommand->OptionsMap, Opts, /*ShowHidden*/ true); in printOptionValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp167 CommandLineParser() : ActiveSubCommand(nullptr) { in CommandLineParser()
328 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand()
400 ActiveSubCommand = nullptr; in reset()
419 SubCommand *ActiveSubCommand; member in __anonae445c6d0111::CommandLineParser
1350 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
2424 sortOpts(ActiveSubCommand->OptionsMap, Opts, /*ShowHidden*/ true); in printOptionValues()