Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c258 const char *PrefixStripStr = getenv("GCOV_PREFIX_STRIP"); in lprofGetPathPrefix() local
265 if (PrefixStripStr) { in lprofGetPathPrefix()
266 *PrefixStrip = atoi(PrefixStripStr); in lprofGetPathPrefix()