Home
last modified time | relevance | path

Searched refs:CommandRegistration (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/tools/llvm-xray/
Dxray-registry.h30 struct CommandRegistration { struct
31 CommandRegistration(cl::SubCommand *SC, std::function<Error()> Command);
Dxray-registry.cpp24 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() function in llvm::xray::CommandRegistration
Dxray-extract.cpp76 static CommandRegistration Unused(&Extract, []() -> Error { in __anon52b08f080202()
Dxray-fdr-dump.cpp36 static CommandRegistration Unused(&Dump, []() -> Error { in __anon236ebeec0102()
Dxray-converter.cpp363 static CommandRegistration Unused(&Convert, []() -> Error { in __anon84c628850302()
Dxray-account.cpp448 static CommandRegistration Unused(&Account, []() -> Error { in __anon848c509a0f02()
Dxray-graph-diff.cpp416 static CommandRegistration Unused(&GraphDiff, []() -> Error { in __anon5a5c4f850102()
Dxray-stacks.cpp688 static CommandRegistration Unused(&Stack, []() -> Error { in __anona4728a560802()
Dxray-graph.cpp506 static CommandRegistration Unused(&GraphC, []() -> Error { in __anonbd54c2ff0302()