Home
last modified time | relevance | path

Searched refs:__llvm_profile_recursive_mkdir (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/compiler-rt/test/profile/
Dinstrprof-set-dir-mode.c13 void __llvm_profile_recursive_mkdir(char *Path);
23 __llvm_profile_recursive_mkdir(Dir); in test()
/external/compiler-rt/lib/profile/
DInstrProfilingUtil.h17 void __llvm_profile_recursive_mkdir(char *Pathname);
DInstrProfilingUtil.c32 void __llvm_profile_recursive_mkdir(char *path) { in __llvm_profile_recursive_mkdir() function
DInstrProfilingFile.c235 __llvm_profile_recursive_mkdir(Copy); in truncateCurrentFile()
DGCDAProfiling.c274 __llvm_profile_recursive_mkdir(filename); in llvm_gcda_start_file()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingUtil.h16 void __llvm_profile_recursive_mkdir(char *Pathname);
DInstrProfilingUtil.c41 void __llvm_profile_recursive_mkdir(char *path) { in __llvm_profile_recursive_mkdir() function
DGCDAProfiling.c341 __llvm_profile_recursive_mkdir(filename); in llvm_gcda_start_file()
DInstrProfilingFile.c281 __llvm_profile_recursive_mkdir(Copy); in createProfileDir()