We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a6c097 + c137ccc commit 2c53316Copy full SHA for 2c53316
minicov/c/InstrProfilingPlatformOther.c
@@ -19,6 +19,8 @@ static const __llvm_profile_data *DataFirst = NULL;
19
static const __llvm_profile_data *DataLast = NULL;
20
static const char *NamesFirst = NULL;
21
static const char *NamesLast = NULL;
22
+static const char *BitmapFirst = NULL;
23
+static const char *BitmapLast = NULL;
24
static char *CountersFirst = NULL;
25
static char *CountersLast = NULL;
26
static uint32_t *OrderFileFirst = NULL;
0 commit comments