Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h141 int __llvm_profile_check_compatibility(const char *Profile,
H A DInstrProfilingMerge.c51 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() function
H A DInstrProfilingFile.c405 if (__llvm_profile_check_compatibility(*ProfileBuffer, ProfileFileSize)) { in mmapProfileForMerging()