llvm-project/llvm/tools/llvm-xray
Nicolai Hähnle f7872cdce1 CommandLine: add and use cl::SubCommand::get{All,TopLevel}
Prefer using these accessors to access the special sub-commands
corresponding to the top-level (no subcommand) and all sub-commands.

This is a preparatory step towards removing the use of ManagedStatic:
with a subsequent change, these global instances will be moved to
be regular function-scope statics.

It is split up to give downstream projects a (albeit short) window in
which they can switch to using the accessors in a forward-compatible
way.

Differential Revision: https://reviews.llvm.org/D129118
2022-08-02 23:49:16 +02:00
..
CMakeLists.txt
func-id-helper.cpp Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
func-id-helper.h Cleanup include: DebugInfo/Symbolize 2022-02-24 13:25:11 +01:00
llvm-xray.cpp CommandLine: add and use cl::SubCommand::get{All,TopLevel} 2022-08-02 23:49:16 +02:00
trie-node.h
xray-account.cpp
xray-account.h
xray-color-helper.cpp
xray-color-helper.h
xray-converter.cpp
xray-converter.h
xray-extract.cpp
xray-fdr-dump.cpp
xray-graph-diff.cpp Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
xray-graph-diff.h
xray-graph.cpp Use any_of (NFC) 2022-07-24 14:48:11 -07:00
xray-graph.h
xray-registry.cpp ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
xray-registry.h
xray-stacks.cpp