Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingFile.c73 const char *ProfilePathPrefix; member
318 if (lprofCurFilename.ProfilePathPrefix) in parseFilenamePattern()
319 free((void *)lprofCurFilename.ProfilePathPrefix); in parseFilenamePattern()
504 if (lprofCurFilename.ProfilePathPrefix) in __llvm_profile_get_path_prefix()
505 return lprofCurFilename.ProfilePathPrefix; in __llvm_profile_get_path_prefix()
525 lprofCurFilename.ProfilePathPrefix = Prefix; in __llvm_profile_get_path_prefix()