Home
last modified time | relevance | path

Searched refs:__llvm_profile_get_dir_mode (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h23 unsigned __llvm_profile_get_dir_mode(void);
H A DInstrProfilingUtil.c81 mkdir(path, __llvm_profile_get_dir_mode()); in __llvm_profile_recursive_mkdir()
91 unsigned __llvm_profile_get_dir_mode(void) { return lprofDirMode; } in __llvm_profile_get_dir_mode() function