Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingUtil.c247 const char *PrefixStripStr = getenv("GCOV_PREFIX_STRIP"); in lprofGetPathPrefix() local
254 if (PrefixStripStr) { in lprofGetPathPrefix()
255 *PrefixStrip = atoi(PrefixStripStr); in lprofGetPathPrefix()