Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-xray/
H A Dxray-registry.h30 struct CommandRegistration { struct
31 CommandRegistration(cl::SubCommand *SC, std::function<Error()> Command);
H A Dxray-registry.cpp26 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() function in llvm::xray::CommandRegistration
H A Dxray-fdr-dump.cpp36 static CommandRegistration Unused(&Dump, []() -> Error { in __anon94bca1c50102()
H A Dxray-extract.cpp77 static CommandRegistration Unused(&Extract, []() -> Error { in __anon9bf0fac10202()
H A Dxray-converter.cpp370 static CommandRegistration Unused(&Convert, []() -> Error { in __anon1fd0667e0302()
H A Dxray-account.cpp448 static CommandRegistration Unused(&Account, []() -> Error { in __anoncdccbc530f02()
H A Dxray-graph-diff.cpp414 static CommandRegistration Unused(&GraphDiff, []() -> Error { in __anon56ae4c9e0102()
H A Dxray-stacks.cpp685 static CommandRegistration Unused(&Stack, []() -> Error { in __anon1b07e2ef0802()
H A Dxray-graph.cpp506 static CommandRegistration Unused(&GraphC, []() -> Error { in __anona1e4ec780302()