brintos

brintos / llvm-project-archived public Read only

0
0
Text · 132 B · 2709434 Raw
6 lines · c
1const char *__llvm_profile_get_filename(void);2 3const char *get_filename_from_DSO(void) {4  return __llvm_profile_get_filename();5}6