repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] MVE predicate store patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
tools
/
llvm-xray
/
BUILD.gn
blob
89128bd95bb2496ecb0b210e4b9e26652f63ec2a
1
executable("llvm-xray") {
2
deps = [
3
"//llvm/lib/DebugInfo/DWARF",
4
"//llvm/lib/DebugInfo/Symbolize",
5
"//llvm/lib/Object",
6
"//llvm/lib/Support",
7
"//llvm/lib/Target:TargetsToBuild",
8
"//llvm/lib/XRay",
9
]
10
sources = [
11
"func-id-helper.cpp",
12
"llvm-xray.cpp",
13
"xray-account.cpp",
14
"xray-color-helper.cpp",
15
"xray-converter.cpp",
16
"xray-extract.cpp",
17
"xray-fdr-dump.cpp",
18
"xray-graph-diff.cpp",
19
"xray-graph.cpp",
20
"xray-registry.cpp",
21
"xray-stacks.cpp",
22
]
23
}