We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baabaa4 commit 973821cCopy full SHA for 973821c
llvm/lib/Target/AArch64/AArch64StackTagging.cpp
@@ -86,7 +86,7 @@ static cl::opt<size_t> ClMaxLifetimes(
86
87
// Mode for selecting how to insert frame record info into the stack ring
88
// buffer.
89
-enum RecordStackHistoryMode {
+enum StackTaggingRecordStackHistoryMode {
90
// Do not record frame record info.
91
none,
92
@@ -95,7 +95,7 @@ enum RecordStackHistoryMode {
95
instr,
96
};
97
98
-static cl::opt<RecordStackHistoryMode> ClRecordStackHistory(
+static cl::opt<StackTaggingRecordStackHistoryMode> ClRecordStackHistory(
99
"stack-tagging-record-stack-history",
100
cl::desc("Record stack frames with tagged allocations in a thread-local "
101
"ring buffer"),
0 commit comments