Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingFile.c73 const char *ProfilePathPrefix; member
712 if (lprofCurFilename.ProfilePathPrefix) in parseFilenamePattern()
713 free((void *)lprofCurFilename.ProfilePathPrefix); in parseFilenamePattern()
926 if (lprofCurFilename.ProfilePathPrefix) in __llvm_profile_get_path_prefix()
927 return lprofCurFilename.ProfilePathPrefix; in __llvm_profile_get_path_prefix()
947 lprofCurFilename.ProfilePathPrefix = Prefix; in __llvm_profile_get_path_prefix()