OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__llvm_profile_check_compatibility
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/test/profile/Inputs/
instrprof-merge-match.c
9
int
__llvm_profile_check_compatibility
(const char *, uint64_t);
36
if (
__llvm_profile_check_compatibility
(Buffer, Size))
49
if (!
__llvm_profile_check_compatibility
(Buffer, Size))
instrprof-merge-match-lib.c
9
int
__llvm_profile_check_compatibility
(const char *, uint64_t);
34
if (
__llvm_profile_check_compatibility
(Buffer, Size))
/external/compiler-rt/lib/profile/
InstrProfiling.h
93
int
__llvm_profile_check_compatibility
(const char *Profile,
InstrProfilingMerge.c
41
int
__llvm_profile_check_compatibility
(const char *ProfileData,
function
InstrProfilingFile.c
156
if (
__llvm_profile_check_compatibility
(ProfileBuffer, ProfileFileSize)) {
Completed in 687 milliseconds