Home
last modified time | relevance | path

Searched refs:unregisterSubCommand (Results 1 – 11 of 11) sorted by relevance

/external/llvm/unittests/Support/
DCommandLineTest.cpp85 ~StackSubCommand() { unregisterSubCommand(); } in ~StackSubCommand()
/external/llvm/lib/Support/
DCommandLine.cpp306 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anon92194b6c0111::CommandLineParser
376 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
377 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp320 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anon7f0a984f0111::CommandLineParser
401 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
402 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/external/llvm-project/clang/tools/clang-refactor/
DClangRefactor.cpp281 ~RefactoringActionSubcommand() { unregisterSubCommand(); } in ~RefactoringActionSubcommand()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp389 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anon52a1001a0111::CommandLineParser
499 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
500 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp389 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anonbd45570e0111::CommandLineParser
499 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
500 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/external/llvm/include/llvm/Support/
DCommandLine.h186 void unregisterSubCommand();
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h193 void unregisterSubCommand();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h222 void unregisterSubCommand();
/external/llvm-project/llvm/include/llvm/Support/
DCommandLine.h214 void unregisterSubCommand();
/external/llvm-project/llvm/unittests/Support/
DCommandLineTest.cpp89 ~StackSubCommand() { unregisterSubCommand(); } in ~StackSubCommand()