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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c247 const char *PrefixStripStr = getenv("GCOV_PREFIX_STRIP"); local
254 if (PrefixStripStr) {
255 *PrefixStrip = atoi(PrefixStripStr);

Completed in 100 milliseconds