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
/
lib
/
ProfileData
/
BUILD.gn
blob
d2197d0f0d4478905fcefea9d1ad9edebf3bad72
1
static_library("ProfileData") {
2
output_name = "LLVMProfileData"
3
deps = [
4
"//llvm/lib/IR",
5
"//llvm/lib/Support",
6
]
7
sources = [
8
"GCOV.cpp",
9
"InstrProf.cpp",
10
"InstrProfReader.cpp",
11
"InstrProfWriter.cpp",
12
"ProfileSummaryBuilder.cpp",
13
"SampleProf.cpp",
14
"SampleProfReader.cpp",
15
"SampleProfWriter.cpp",
16
]
17
}