Home
last modified time | relevance | path

Searched refs:lprofFindFirstDirSeparator (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h59 const char *lprofFindFirstDirSeparator(const char *Path);
H A DInstrProfilingUtil.c307 lprofFindFirstDirSeparator(const char *Path) { in lprofFindFirstDirSeparator() function
H A DInstrProfilingFile.c457 if (lprofFindFirstDirSeparator(Filename)) { in createProfileDir()