Home
last modified time | relevance | path

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

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