Searched refs:CommandRegistration (Results 1 – 15 of 15) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkUtilRegistry.h | 30 struct CommandRegistration { struct 31 CommandRegistration(cl::SubCommand *SC, std::function<Error()> Command);
|
| H A D | RemarkUtilRegistry.cpp | 25 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() function in llvm::remarkutil::CommandRegistration
|
| H A D | RemarkConvert.cpp | 140 static CommandRegistration Bitstream2YamlReg(&Bitstream2YAML, 142 static CommandRegistration Yaml2Bitstream(&YAML2Bitstream,
|
| H A D | RemarkCount.cpp | 155 static CommandRegistration 158 static CommandRegistration Yaml2Bitstream(&AnnotationCount,
|
| H A D | RemarkCounter.cpp | 337 static CommandRegistration CountReg(&CountSub, collectRemarks);
|
| H A D | RemarkSizeDiff.cpp | 500 static CommandRegistration RemarkSizeSiffRegister(&RemarkSizeDiffUtil,
|
| /src/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-registry.h | 30 struct CommandRegistration { struct 31 CommandRegistration(cl::SubCommand *SC, std::function<Error()> Command);
|
| H A D | xray-registry.cpp | 26 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() function in llvm::xray::CommandRegistration
|
| H A D | xray-extract.cpp | 77 static CommandRegistration Unused(&Extract, []() -> Error { in __anonf3e817260202()
|
| H A D | xray-fdr-dump.cpp | 36 static CommandRegistration Unused(&Dump, []() -> Error { in __anoneb974aca0102()
|
| H A D | xray-converter.cpp | 370 static CommandRegistration Unused(&Convert, []() -> Error { in __anon520030230302()
|
| H A D | xray-account.cpp | 450 static CommandRegistration Unused(&Account, []() -> Error { in __anon25c3d8b80f02()
|
| H A D | xray-graph-diff.cpp | 413 static CommandRegistration Unused(&GraphDiff, []() -> Error { in __anonced74ae30102()
|
| H A D | xray-graph.cpp | 508 static CommandRegistration Unused(&GraphC, []() -> Error { in __anon3c2fab9d0302()
|
| H A D | xray-stacks.cpp | 681 static CommandRegistration Unused(&Stack, []() -> Error { in __anonfeaa86b40802()
|