HomeSort by relevance Sort by last modified time
    Searched refs:__llvm_profile_merge_from_buffer (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/test/profile/
instrprof-without-libc.c 18 void __llvm_profile_merge_from_buffer(const char *, uint64_t Size);
41 __llvm_profile_merge_from_buffer(Buffer, Size);
instrprof-merge.c 13 void __llvm_profile_merge_from_buffer(const char *, uint64_t);
61 __llvm_profile_merge_from_buffer(Buffer, Size);
  /external/compiler-rt/test/profile/Linux/
instrprof-merge-vp.c 17 void __llvm_profile_merge_from_buffer(const char *, uint64_t);
87 __llvm_profile_merge_from_buffer(Buffer, Size);
  /external/compiler-rt/lib/profile/
InstrProfiling.h 84 void __llvm_profile_merge_from_buffer(const char *Profile, uint64_t Size);
InstrProfilingMerge.c 85 void __llvm_profile_merge_from_buffer(const char *ProfileData, function
InstrProfilingFile.c 164 __llvm_profile_merge_from_buffer(ProfileBuffer, ProfileFileSize);

Completed in 1015 milliseconds