Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/profile/
DInstrProfilingUtil.h62 const char *lprofFindLastDirSeparator(const char *Path);
DInstrProfilingUtil.c317 COMPILER_RT_VISIBILITY const char *lprofFindLastDirSeparator(const char *Path) { in lprofFindLastDirSeparator() function
DInstrProfilingFile.c928 PrefixEnd = lprofFindLastDirSeparator(Filename); in __llvm_profile_get_path_prefix()