Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-registry.h31 struct CommandRegistration { struct
32 CommandRegistration(cl::SubCommand *SC, std::function<Error()> Command);
Dxray-registry.cpp25 CommandRegistration::CommandRegistration(cl::SubCommand *SC, in CommandRegistration() function in llvm::xray::CommandRegistration
Dxray-extract.cpp74 static CommandRegistration Unused(&Extract, []() -> Error { in __anon6df76ed40202()
Dxray-converter.cpp358 static CommandRegistration Unused(&Convert, []() -> Error { in __anon8d442b510302()
Dxray-account.cpp441 static CommandRegistration Unused(&Account, []() -> Error { in __anon9fd330660902()
Dxray-graph-diff.cpp428 static CommandRegistration Unused(&GraphDiff, []() -> Error { in __anon729aabd10102()
Dxray-graph.cpp487 static CommandRegistration Unused(&GraphC, []() -> Error { in __anonf9893fcb0302()
Dxray-stacks.cpp688 static CommandRegistration Unused(&Stack, []() -> Error { in __anon6736a0a20702()