mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
Access to such pointers are protected by begin_access [signed]/end_access. Generate code to auth/sign them before access.
38 lines
628 B
Plaintext
38 lines
628 B
Plaintext
module AutolinkCoffCPragma {
|
|
header "autolink-coff-c-pragma.h"
|
|
export *
|
|
}
|
|
|
|
module AutolinkCoffCPragmaTransitive {
|
|
header "autolink-coff-c-pragma-transitive.h"
|
|
export *
|
|
}
|
|
|
|
module AutolinkElfCPragma {
|
|
header "autolink-elf-c-pragma.h"
|
|
export *
|
|
}
|
|
|
|
module AutolinkElfCPragmaTransitive {
|
|
header "autolink-elf-c-pragma-transitive.h"
|
|
export *
|
|
}
|
|
|
|
module AutolinkModuleMapLink {
|
|
link "autolink-module-map-link"
|
|
}
|
|
|
|
module AtomicBoolModule {
|
|
header "atomic_bool.h"
|
|
export *
|
|
}
|
|
|
|
module SynthesizedProtocol {
|
|
header "synthesized_protocol.h"
|
|
export *
|
|
}
|
|
|
|
module PointerAuth {
|
|
header "ptrauth_field_fptr_import.h"
|
|
}
|