Searched refs:__llvm_profile_check_compatibility (Results 1 – 5 of 5) sorted by relevance
9 int __llvm_profile_check_compatibility(const char *, uint64_t);36 if (__llvm_profile_check_compatibility(Buffer, Size)) in main()49 if (!__llvm_profile_check_compatibility(Buffer, Size)) in main()
9 int __llvm_profile_check_compatibility(const char *, uint64_t);34 if (__llvm_profile_check_compatibility(Buffer, Size)) in libEntry()
93 int __llvm_profile_check_compatibility(const char *Profile,
41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() function
156 if (__llvm_profile_check_compatibility(ProfileBuffer, ProfileFileSize)) { in doProfileMerging()