Searched refs:hwasan (Results 1 – 7 of 7) sorted by relevance
/build/soong/cc/ |
D | sanitize.go | 84 hwasan const 97 case hwasan: 119 case hwasan: 137 return t == asan || t == fuzzer || t == hwasan 634 case hwasan: 653 !sanitize.isSanitizerEnabled(hwasan) && 662 !sanitize.isSanitizerEnabled(hwasan) && 671 case hwasan: 732 if t == cfi || t == hwasan || t == scs { 1032 if t != cfi && t != scs && t != hwasan { [all …]
|
D | vendor_snapshot.go | 569 for _, t := range []sanitizerType{cfi, scs, hwasan} {
|
D | cc.go | 61 ctx.TopDown("hwasan_deps", sanitizerDepsMutator(hwasan)) 62 ctx.BottomUp("hwasan", sanitizerMutator(hwasan)).Parallel()
|
/build/make/core/ |
D | definitions.mk | 1727 …$(filter-out %libcompiler_rt.hwasan.a %libc_nomalloc.hwasan.a %libc.hwasan.a %libcompiler_rt.a %li… 1729 $(filter %libc.a %libc.hwasan.a,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 1730 $(filter %libc_nomalloc.a %libc_nomalloc.hwasan.a,$(PRIVATE_ALL_STATIC_LIBRARIES)) \ 1733 $(filter %libcompiler_rt.a %libcompiler_rt.hwasan.a,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
|
D | board_config.mk | 228 TARGET_CPU_ABI_LIST_64_BIT := arm64-v8a-hwasan $(TARGET_CPU_ABI_LIST_64_BIT)
|
D | binary.mk | 1086 $(l).hwasan,$(l)))
|
/build/soong/apex/ |
D | apex_test.go | 1031 hwasan := ctx.ModuleForTests("libclang_rt.hwasan-aarch64-android", "android_arm64_armv8-a_shared") 1033 installed := hwasan.Description("install libclang_rt.hwasan") 1036 symlink := hwasan.Description("install symlink libclang_rt.hwasan") 1092 hwasan := ctx.ModuleForTests("libclang_rt.hwasan-aarch64-android", "android_arm64_armv8-a_shared") 1094 installed := hwasan.Description("install libclang_rt.hwasan") 1097 symlink := hwasan.Description("install symlink libclang_rt.hwasan")
|