Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c285 const char *StrippedPathStr = PathStr; in lprofApplyPathPrefix() local
294 StrippedPathStr = Ptr; in lprofApplyPathPrefix()
303 memcpy(Dest + PrefixLen, StrippedPathStr, strlen(StrippedPathStr) + 1); in lprofApplyPathPrefix()