reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/profile/InstrProfiling.h
  220 uint64_t __llvm_profile_get_version(void);

References

projects/compiler-rt/lib/profile/InstrProfData.inc
  131 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
projects/compiler-rt/lib/profile/InstrProfilingFile.c
  679   if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) {
  683              (int)GET_VERSION(__llvm_profile_get_version()));
  741   if (GET_VERSION(__llvm_profile_get_version()) != INSTR_PROF_RAW_VERSION) {
  745              (int)GET_VERSION(__llvm_profile_get_version()));
projects/compiler-rt/lib/profile/InstrProfilingMerge.c
   55       Header->Version != __llvm_profile_get_version() ||