Searched refs:SinkOpts (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CommandLine.cpp | 114 SmallVectorImpl<Option*> &SinkOpts, in GetOptionInfo() argument 140 SinkOpts.push_back(O); in GetOptionInfo() 538 SmallVector<Option*, 4> SinkOpts; in ParseCommandLineOptions() local 540 GetOptionInfo(PositionalOpts, SinkOpts, Opts); in ParseCommandLineOptions() 631 SinkOpts.clear(); in ParseCommandLineOptions() 633 GetOptionInfo(PositionalOpts, SinkOpts, Opts); in ParseCommandLineOptions() 699 if (Handler == 0 && SinkOpts.empty()) in ParseCommandLineOptions() 705 if (SinkOpts.empty()) { in ParseCommandLineOptions() 717 for (SmallVectorImpl<Option*>::iterator I = SinkOpts.begin(), in ParseCommandLineOptions() 718 E = SinkOpts.end(); I != E ; ++I) in ParseCommandLineOptions() [all …]
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 158 SC->SinkOpts.push_back(O); in addOption() 213 for (auto Opt = Sub.SinkOpts.begin(); Opt != Sub.SinkOpts.end(); ++Opt) { in removeOption() 215 Sub.SinkOpts.erase(Opt); in removeOption() 382 SinkOpts.clear(); in reset() 1047 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() local 1173 if (!Handler && SinkOpts.empty()) in ParseCommandLineOptions() 1179 if (SinkOpts.empty()) { in ParseCommandLineOptions() 1193 for (SmallVectorImpl<Option *>::iterator I = SinkOpts.begin(), in ParseCommandLineOptions() 1194 E = SinkOpts.end(); in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 172 SC->SinkOpts.push_back(O); in addOption() 227 for (auto Opt = Sub.SinkOpts.begin(); Opt != Sub.SinkOpts.end(); ++Opt) { in removeOption() 229 Sub.SinkOpts.erase(Opt); in removeOption() 402 SinkOpts.clear(); in reset() 1069 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() local 1195 if (!Handler && SinkOpts.empty()) in ParseCommandLineOptions() 1201 if (SinkOpts.empty()) { in ParseCommandLineOptions() 1215 for (SmallVectorImpl<Option *>::iterator I = SinkOpts.begin(), in ParseCommandLineOptions() 1216 E = SinkOpts.end(); in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 210 SmallVector<Option *, 4> SinkOpts; variable
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 203 SmallVector<Option *, 4> SinkOpts; variable
|