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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h22 unsigned __llvm_profile_get_dir_mode(void);
H A DInstrProfilingUtil.c70 mkdir(path, __llvm_profile_get_dir_mode());
80 unsigned __llvm_profile_get_dir_mode(void) { return lprofDirMode; } function

Completed in 55 milliseconds