#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "InstrProfiling.h"
#include "InstrProfilingInternal.h"
#define INSTR_PROF_VALUE_PROF_DATA
#include "profile/InstrProfData.inc"
static uint32_t __llvm_profile_global_timestamp = …;
COMPILER_RT_VISIBILITY
void INSTR_PROF_PROFILE_SET_TIMESTAMP(uint64_t *Probe) { … }
COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) { … }
COMPILER_RT_VISIBILITY void __llvm_profile_set_dumped(void) { … }
COMPILER_RT_VISIBILITY uint8_t
__llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) { … }
COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) { … }
COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) { … }