Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c74 const char *ProfilePathPrefix; member
701 if (lprofCurFilename.ProfilePathPrefix) in parseFilenamePattern()
702 free((void *)lprofCurFilename.ProfilePathPrefix); in parseFilenamePattern()
919 if (lprofCurFilename.ProfilePathPrefix) in __llvm_profile_get_path_prefix()
920 return lprofCurFilename.ProfilePathPrefix; in __llvm_profile_get_path_prefix()
940 lprofCurFilename.ProfilePathPrefix = Prefix; in __llvm_profile_get_path_prefix()