Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c205 const char *PrefixStripStr = getenv("GCOV_PREFIX_STRIP"); in lprofGetPathPrefix() local
212 if (PrefixStripStr) { in lprofGetPathPrefix()
213 *PrefixStrip = atoi(PrefixStripStr); in lprofGetPathPrefix()