Home
last modified time | relevance | path

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

/external/compiler-rt/test/profile/Inputs/
Dinstrprof-merge-match.c9 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()
Dinstrprof-merge-match-lib.c9 int __llvm_profile_check_compatibility(const char *, uint64_t);
34 if (__llvm_profile_check_compatibility(Buffer, Size)) in libEntry()
/external/compiler-rt/lib/profile/
DInstrProfiling.h93 int __llvm_profile_check_compatibility(const char *Profile,
DInstrProfilingMerge.c41 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() function
DInstrProfilingFile.c156 if (__llvm_profile_check_compatibility(ProfileBuffer, ProfileFileSize)) { in doProfileMerging()