1const char *__llvm_profile_get_filename(void);
2
3const char *get_filename_from_DSO(void) {
4 return __llvm_profile_get_filename();
5}
6

source code of compiler-rt/test/profile/Inputs/instrprof-get-filename-dso.c