File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ using namespace swift;
3030namespace {
3131
3232struct AccessibleFunctionsSection {
33- const AccessibleFunctionRecord *Begin, *End;
33+ const AccessibleFunctionRecord *__ptrauth_swift_accessible_function_record
34+ Begin;
35+ const AccessibleFunctionRecord *__ptrauth_swift_accessible_function_record
36+ End;
3437
3538 AccessibleFunctionsSection (const AccessibleFunctionRecord *begin,
3639 const AccessibleFunctionRecord *end)
@@ -51,7 +54,7 @@ struct AccessibleFunctionCacheEntry {
5154 const char *Name;
5255 size_t NameLength;
5356
54- const AccessibleFunctionRecord *R;
57+ const AccessibleFunctionRecord *__ptrauth_swift_accessible_function_record R;
5558
5659public:
5760 AccessibleFunctionCacheEntry (llvm::StringRef name,
You can’t perform that action at this time.
0 commit comments