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;
30
30
namespace {
31
31
32
32
struct 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;
34
37
35
38
AccessibleFunctionsSection (const AccessibleFunctionRecord *begin,
36
39
const AccessibleFunctionRecord *end)
@@ -51,7 +54,7 @@ struct AccessibleFunctionCacheEntry {
51
54
const char *Name;
52
55
size_t NameLength;
53
56
54
- const AccessibleFunctionRecord *R;
57
+ const AccessibleFunctionRecord *__ptrauth_swift_accessible_function_record R;
55
58
56
59
public:
57
60
AccessibleFunctionCacheEntry (llvm::StringRef name,
You can’t perform that action at this time.
0 commit comments