Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()