Searched refs:CommonFlags (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.h | 27 struct CommonFlags { struct 33 void CopyFrom(const CommonFlags &other); 37 extern CommonFlags common_flags_dont_use; 38 inline const CommonFlags *common_flags() { in common_flags() 51 inline void OverrideCommonFlags(const CommonFlags &cf) { in OverrideCommonFlags() 59 CommonFlags *cf = &common_flags_dont_use); 60 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf); 65 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use);
|
| H A D | sanitizer_flags.cc | 23 CommonFlags common_flags_dont_use; 25 void CommonFlags::SetDefaults() { in SetDefaults() 31 void CommonFlags::CopyFrom(const CommonFlags &other) { in CopyFrom() 95 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf) { in RegisterIncludeFlags() 107 void RegisterCommonFlags(FlagParser *parser, CommonFlags *cf) { in RegisterCommonFlags() 116 void InitializeCommonFlags(CommonFlags *cf) { in InitializeCommonFlags()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_activation.cc | 34 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) { in RegisterActivationFlags() 48 CommonFlags cf; in OverrideFromActivationFlags()
|
| H A D | asan_allocator.h | 43 void SetFrom(const Flags *f, const CommonFlags *cf); 44 void CopyTo(Flags *f, CommonFlags *cf);
|
| H A D | asan_flags.cc | 59 CommonFlags cf; in InitializeFlags()
|
| H A D | asan_allocator.cc | 220 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) { in SetFrom() 230 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) { in CopyTo()
|
| /freebsd-12.1/contrib/compiler-rt/lib/ubsan/ |
| H A D | ubsan_flags.cc | 56 CommonFlags cf; in InitializeFlags()
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_flags.cpp | 53 CommonFlags cf; in initFlags()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan.cc | 42 CommonFlags cf; in InitializeFlags()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.cc | 57 CommonFlags cf; in InitializeFlags()
|
| /freebsd-12.1/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo1.c | 851 …{ACPI_DMT_UINT32, ACPI_GTDT0a_OFFSET (CommonFlags), "Common Flags (decoded below)"… 852 {ACPI_DMT_FLAG0, ACPI_GTDT0a_FLAG_OFFSET (CommonFlags,0), "Secure", 0}, 853 {ACPI_DMT_FLAG1, ACPI_GTDT0a_FLAG_OFFSET (CommonFlags,0), "Always On", 0},
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/ |
| H A D | dd_rtl.cc | 77 CommonFlags cf; in InitializeFlags()
|
| /freebsd-12.1/contrib/compiler-rt/lib/msan/ |
| H A D | msan.cc | 143 CommonFlags cf; in InitializeFlags() 197 CommonFlags cf; in InitializeFlags()
|
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan.cc | 82 CommonFlags cf; in InitializeFlags()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | actbl1.h | 1368 UINT32 CommonFlags; member
|