|
@@ -139,6 +139,7 @@ struct AttributeContext {
|
|
bool entry_point_only : 1;
|
|
bool entry_point_only : 1;
|
|
bool instrumentation_enter : 1;
|
|
bool instrumentation_enter : 1;
|
|
bool instrumentation_exit : 1;
|
|
bool instrumentation_exit : 1;
|
|
|
|
+ bool no_sanitize_address : 1;
|
|
bool rodata : 1;
|
|
bool rodata : 1;
|
|
bool ignore_duplicates : 1;
|
|
bool ignore_duplicates : 1;
|
|
u32 optimization_mode; // ProcedureOptimizationMode
|
|
u32 optimization_mode; // ProcedureOptimizationMode
|
|
@@ -629,4 +630,4 @@ gb_internal void add_untyped_expressions(CheckerInfo *cinfo, UntypedExprInfoMap
|
|
gb_internal GenTypesData *ensure_polymorphic_record_entity_has_gen_types(CheckerContext *ctx, Type *original_type);
|
|
gb_internal GenTypesData *ensure_polymorphic_record_entity_has_gen_types(CheckerContext *ctx, Type *original_type);
|
|
|
|
|
|
|
|
|
|
-gb_internal void init_map_internal_types(Type *type);
|
|
|
|
|
|
+gb_internal void init_map_internal_types(Type *type);
|