Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilRegistry.h30 struct CommandRegistration { struct
31 CommandRegistration(cl::SubCommand *SC, std::function<Error()> Command);
H A DRemarkUtilRegistry.cpp25 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() function in llvm::remarkutil::CommandRegistration
H A DRemarkConvert.cpp140 static CommandRegistration Bitstream2YamlReg(&Bitstream2YAML,
142 static CommandRegistration Yaml2Bitstream(&YAML2Bitstream,
H A DRemarkCount.cpp155 static CommandRegistration
158 static CommandRegistration Yaml2Bitstream(&AnnotationCount,
H A DRemarkCounter.cpp337 static CommandRegistration CountReg(&CountSub, collectRemarks);
H A DRemarkSizeDiff.cpp500 static CommandRegistration RemarkSizeSiffRegister(&RemarkSizeDiffUtil,
/src/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 __anonf3e817260202()
H A Dxray-fdr-dump.cpp36 static CommandRegistration Unused(&Dump, []() -> Error { in __anoneb974aca0102()
H A Dxray-converter.cpp370 static CommandRegistration Unused(&Convert, []() -> Error { in __anon520030230302()
H A Dxray-account.cpp450 static CommandRegistration Unused(&Account, []() -> Error { in __anon25c3d8b80f02()
H A Dxray-graph-diff.cpp413 static CommandRegistration Unused(&GraphDiff, []() -> Error { in __anonced74ae30102()
H A Dxray-graph.cpp508 static CommandRegistration Unused(&GraphC, []() -> Error { in __anon3c2fab9d0302()
H A Dxray-stacks.cpp681 static CommandRegistration Unused(&Stack, []() -> Error { in __anonfeaa86b40802()