Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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-extract.cpp77 static CommandRegistration Unused(&Extract, []() -> Error { in __anon577b53910202()
H A Dxray-fdr-dump.cpp36 static CommandRegistration Unused(&Dump, []() -> Error { in __anonc19214950102()
H A Dxray-converter.cpp370 static CommandRegistration Unused(&Convert, []() -> Error { in __anone754334e0302()
H A Dxray-account.cpp450 static CommandRegistration Unused(&Account, []() -> Error { in __anon895715230f02()
H A Dxray-graph-diff.cpp413 static CommandRegistration Unused(&GraphDiff, []() -> Error { in __anon0eabb36e0102()
H A Dxray-stacks.cpp681 static CommandRegistration Unused(&Stack, []() -> Error { in CreateErrorMessage()
H A Dxray-graph.cpp508 static CommandRegistration Unused(&GraphC, []() -> Error { in __anon4662d1480302()