repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
profile
/
Inputs
/
instrprof-get-filename-dso.c
blob
27094340034513802a2c05ba1bc23ff5170e4e13
1
const char
*
__llvm_profile_get_filename
(
void
);
2
3
const char
*
get_filename_from_DSO
(
void
) {
4
return
__llvm_profile_get_filename
();
5
}