Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.h119 int __llvm_profile_check_compatibility(const char *Profile,
H A DInstrProfilingMerge.c43 int __llvm_profile_check_compatibility(const char *ProfileData, in __llvm_profile_check_compatibility() function
H A DInstrProfilingFile.c359 if (__llvm_profile_check_compatibility(*ProfileBuffer, ProfileFileSize)) { in mmapProfileForMerging()