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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c73 const char *ProfilePathPrefix; member in struct:lprofFilename
712 if (lprofCurFilename.ProfilePathPrefix)
713 free((void *)lprofCurFilename.ProfilePathPrefix);
911 if (lprofCurFilename.ProfilePathPrefix)
912 return lprofCurFilename.ProfilePathPrefix;
932 lprofCurFilename.ProfilePathPrefix = Prefix;

Completed in 179 milliseconds