Changeset View
Changeset View
Standalone View
Standalone View
llvm/include/llvm/ProfileData/InstrProfData.inc
Show First 20 Lines • Show All 659 Lines • ▼ Show 20 Lines | |||||
#define VARIANT_MASKS_ALL 0xff00000000000000ULL | #define VARIANT_MASKS_ALL 0xff00000000000000ULL | ||||
#define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL) | #define GET_VERSION(V) ((V) & ~VARIANT_MASKS_ALL) | ||||
#define VARIANT_MASK_IR_PROF (0x1ULL << 56) | #define VARIANT_MASK_IR_PROF (0x1ULL << 56) | ||||
#define VARIANT_MASK_CSIR_PROF (0x1ULL << 57) | #define VARIANT_MASK_CSIR_PROF (0x1ULL << 57) | ||||
#define VARIANT_MASK_INSTR_ENTRY (0x1ULL << 58) | #define VARIANT_MASK_INSTR_ENTRY (0x1ULL << 58) | ||||
#define INSTR_PROF_RAW_VERSION_VAR __llvm_profile_raw_version | #define INSTR_PROF_RAW_VERSION_VAR __llvm_profile_raw_version | ||||
#define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime | #define INSTR_PROF_PROFILE_RUNTIME_VAR __llvm_profile_runtime | ||||
#define INSTR_PROF_PROFILE_COUNTER_BIAS_VAR __llvm_profile_counter_bias | #define INSTR_PROF_PROFILE_COUNTER_BIAS_VAR __llvm_profile_counter_bias | ||||
#define INSTR_PROF_PROFILE_COUNTER_DYNAMIC_BIAS_FUNC __llvm_profile_get_counter_bias | |||||
/* The variable that holds the name of the profile data | /* The variable that holds the name of the profile data | ||||
* specified via command line. */ | * specified via command line. */ | ||||
#define INSTR_PROF_PROFILE_NAME_VAR __llvm_profile_filename | #define INSTR_PROF_PROFILE_NAME_VAR __llvm_profile_filename | ||||
/* section name strings common to all targets other | /* section name strings common to all targets other | ||||
than WIN32 */ | than WIN32 */ | ||||
#define INSTR_PROF_DATA_COMMON __llvm_prf_data | #define INSTR_PROF_DATA_COMMON __llvm_prf_data | ||||
▲ Show 20 Lines • Show All 221 Lines • Show Last 20 Lines |