Searched refs:CommonFlags (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h26 struct CommonFlags { struct in namespace:__sanitizer
32 void CopyFrom(const CommonFlags &other);
35 // Functions to get/set global CommonFlags shared by all sanitizer runtimes:
36 extern CommonFlags common_flags_dont_use;
37 inline const CommonFlags *common_flags() {
46 // CommonFlags defaults. Generally, it should only be used right after
50 inline void OverrideCommonFlags(const CommonFlags &cf) {
58 CommonFlags *cf = &common_flags_dont_use);
59 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
64 void InitializeCommonFlags(CommonFlags *c
[all...]
H A Dsanitizer_flags.cpp22 CommonFlags common_flags_dont_use;
24 void CommonFlags::SetDefaults() {
30 void CommonFlags::CopyFrom(const CommonFlags &other) {
102 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf) {
114 void RegisterCommonFlags(FlagParser *parser, CommonFlags *cf) {
123 void InitializeCommonFlags(CommonFlags *cf) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation.cpp33 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) {
47 CommonFlags cf;
H A Dasan_allocator.h42 void SetFrom(const Flags *f, const CommonFlags *cf);
43 void CopyTo(Flags *f, CommonFlags *cf);
H A Dasan_flags.cpp58 CommonFlags cf;
H A Dasan_allocator.cpp219 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
229 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.cpp52 CommonFlags cf;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_flags.cpp55 CommonFlags cf;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.cpp56 CommonFlags cf;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp59 CommonFlags cf;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp76 CommonFlags cf;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp146 CommonFlags cf;
198 CommonFlags cf;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h503 UINT32 CommonFlags; member in struct:acpi_gtdt_timer_entry
512 /* Flag Definitions: CommonFlags above */
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp82 CommonFlags cf;
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c1351 {ACPI_DMT_UINT32, ACPI_GTDT0a_OFFSET (CommonFlags), "Common Flags (decoded below)", 0},
1352 {ACPI_DMT_FLAG0, ACPI_GTDT0a_FLAG_OFFSET (CommonFlags,0), "Secure", 0},
1353 {ACPI_DMT_FLAG1, ACPI_GTDT0a_FLAG_OFFSET (CommonFlags,0), "Always On", 0},

Completed in 168 milliseconds