Home
last modified time | relevance | path

Searched refs:getTopLevel (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp34 if (SC == &cl::SubCommand::getTopLevel()) { in main()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp168 registerSubCommand(&SubCommand::getTopLevel()); in CommandLineParser()
200 addLiteralOption(Opt, &SubCommand::getTopLevel(), Name); in addLiteralOption()
261 addOption(O, &SubCommand::getTopLevel()); in addOption()
303 removeOption(O, &SubCommand::getTopLevel()); in removeOption()
342 updateArgStr(O, NewName, &SubCommand::getTopLevel()); in updateArgStr()
410 SubCommand::getTopLevel().reset(); in reset()
412 registerSubCommand(&SubCommand::getTopLevel()); in reset()
492 SubCommand &SubCommand::getTopLevel() { return *TopLevelSubCommand; } in getTopLevel() function in SubCommand
556 return &SubCommand::getTopLevel(); in LookupSubCommand()
566 return &SubCommand::getTopLevel(); in LookupSubCommand()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h220 static SubCommand &getTopLevel();
2021 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());
2241 SubCommand &Sub = SubCommand::getTopLevel());
2251 SubCommand &Sub = SubCommand::getTopLevel());