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

References

include/llvm/ProfileData/InstrProfData.inc
  130 INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
  131 INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
  132 INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize)
  133 INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
  134 INSTR_PROF_RAW_HEADER(uint64_t, NamesSize,  NamesSize)
  135 INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
  136 INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
  137 INSTR_PROF_RAW_HEADER(uint64_t, ValueKindLast, IPVK_Last)