Home
last modified time | relevance | path

Searched refs:SinkOpts (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Support/
DCommandLine.cpp158 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/
DCommandLine.cpp172 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()
407 SinkOpts.clear(); in reset()
1074 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() local
1200 if (!Handler && SinkOpts.empty()) in ParseCommandLineOptions()
1206 if (SinkOpts.empty()) { in ParseCommandLineOptions()
1220 for (SmallVectorImpl<Option *>::iterator I = SinkOpts.begin(), in ParseCommandLineOptions()
1221 E = SinkOpts.end(); in ParseCommandLineOptions()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp227 SC->SinkOpts.push_back(O); in addOption()
291 for (auto Opt = Sub.SinkOpts.begin(); Opt != Sub.SinkOpts.end(); ++Opt) { in removeOption()
293 Sub.SinkOpts.erase(Opt); in removeOption()
505 SinkOpts.clear(); in reset()
1372 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() local
1507 if (!Handler && SinkOpts.empty()) in ParseCommandLineOptions()
1513 if (SinkOpts.empty()) { in ParseCommandLineOptions()
1525 for (SmallVectorImpl<Option *>::iterator I = SinkOpts.begin(), in ParseCommandLineOptions()
1526 E = SinkOpts.end(); in ParseCommandLineOptions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp227 SC->SinkOpts.push_back(O); in addOption()
291 for (auto Opt = Sub.SinkOpts.begin(); Opt != Sub.SinkOpts.end(); ++Opt) { in removeOption()
293 Sub.SinkOpts.erase(Opt); in removeOption()
505 SinkOpts.clear(); in reset()
1355 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() local
1490 if (!Handler && SinkOpts.empty()) in ParseCommandLineOptions()
1496 if (SinkOpts.empty()) { in ParseCommandLineOptions()
1508 for (SmallVectorImpl<Option *>::iterator I = SinkOpts.begin(), in ParseCommandLineOptions()
1509 E = SinkOpts.end(); in ParseCommandLineOptions()
/external/llvm/include/llvm/Support/
DCommandLine.h203 SmallVector<Option *, 4> SinkOpts; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h210 SmallVector<Option *, 4> SinkOpts; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h239 SmallVector<Option *, 4> SinkOpts; variable
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h231 SmallVector<Option *, 4> SinkOpts; variable