| /NextBSD/contrib/compiler-rt/lib/asan/tests/ |
| HD | asan_test.cc | 43 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) { in TEST() argument 54 TEST(AddressSanitizer, SimpleDeathTest) { in TEST() argument 58 TEST(AddressSanitizer, VariousMallocsTest) { in TEST() argument 91 TEST(AddressSanitizer, CallocTest) { in TEST() argument 97 TEST(AddressSanitizer, CallocReturnsZeroMem) { in TEST() argument 121 TEST(AddressSanitizer, VallocTest) { in TEST() argument 129 TEST(AddressSanitizer, PvallocTest) { in TEST() argument 165 TEST(AddressSanitizer, DISABLED_TSDTest) { in TEST() argument 175 TEST(AddressSanitizer, UAF_char) { in TEST() argument 184 TEST(AddressSanitizer, UAF_long_double) { in TEST() argument [all …]
|
| HD | asan_oob_test.cc | 69 TEST(AddressSanitizer, OOB_char) { in TEST() argument 73 TEST(AddressSanitizer, OOB_int) { in TEST() argument 77 TEST(AddressSanitizer, OOBRightTest) { in TEST() argument 104 TEST(AddressSanitizer, LargeOOBRightTest) { in TEST() argument 114 TEST(AddressSanitizer, DISABLED_DemoOOBLeftLow) { in TEST() argument 118 TEST(AddressSanitizer, DISABLED_DemoOOBLeftHigh) { in TEST() argument 122 TEST(AddressSanitizer, DISABLED_DemoOOBRightLow) { in TEST() argument 126 TEST(AddressSanitizer, DISABLED_DemoOOBRightHigh) { in TEST() argument
|
| HD | asan_str_test.cc | 48 TEST(AddressSanitizer, StrLenOOBTest) { in TEST() argument 68 TEST(AddressSanitizer, WcsLenTest) { in TEST() argument 81 TEST(AddressSanitizer, StrNLenOOBTest) { in TEST() argument 100 TEST(AddressSanitizer, StrDupOOBTest) { in TEST() argument 119 TEST(AddressSanitizer, StrCpyOOBTest) { in TEST() argument 142 TEST(AddressSanitizer, StrNCpyOOBTest) { in TEST() argument 222 TEST(AddressSanitizer, StrChrAndIndexOOBTest) { in TEST() argument 230 TEST(AddressSanitizer, StrCmpAndFriendsLogicTest) { in TEST() argument 306 TEST(AddressSanitizer, StrCmpOOBTest) { in TEST() argument 311 TEST(AddressSanitizer, StrCaseCmpOOBTest) { in TEST() argument [all …]
|
| HD | asan_noinst_test.cc | 43 TEST(AddressSanitizer, InternalSimpleDeathTest) { in TEST() argument 95 TEST(AddressSanitizer, NoInstMallocTest) { in TEST() argument 99 TEST(AddressSanitizer, ThreadedMallocStressTest) { in TEST() argument 127 TEST(AddressSanitizer, DISABLED_InternalPrintShadow) { in TEST() argument 136 TEST(AddressSanitizer, QuarantineTest) { in TEST() argument 171 TEST(AddressSanitizer, ThreadedQuarantineTest) { in TEST() argument 201 TEST(AddressSanitizer, ThreadedOneSizeMallocStressTest) { in TEST() argument 212 TEST(AddressSanitizer, ShadowRegionIsPoisonedTest) { in TEST() argument 224 TEST(AddressSanitizer, LoadStoreCallbacks) { in TEST() argument
|
| HD | asan_benchmarks_test.cc | 44 TEST(AddressSanitizer, ManyAccessBenchmark) { in TEST() argument 66 TEST(AddressSanitizer, BorderAccessBenchmark) { in TEST() argument 77 TEST(AddressSanitizer, FakeStackBenchmark) { in TEST() argument
|
| HD | asan_mem_test.cc | 68 TEST(AddressSanitizer, MemSetOOBTest) { in TEST() argument 105 TEST(AddressSanitizer, LargeOOBInMemset) { in TEST() argument 191 TEST(AddressSanitizer, MemCpyOOBTest) { in TEST() argument 203 TEST(AddressSanitizer, MemMoveOOBTest) { in TEST() argument 209 TEST(AddressSanitizer, MemCmpOOBTest) { in TEST() argument
|
| HD | asan_asm_test.cc | 206 TEST(AddressSanitizer, asm_load_store) { in TEST() argument 213 TEST(AddressSanitizer, asm_rw) { in TEST() argument 231 TEST(AddressSanitizer, asm_flags) { in TEST() argument 256 TEST(AddressSanitizer, asm_rep_movs) { in TEST() argument
|
| HD | asan_mac_test_helpers.mm | 47 // If AddressSanitizer doesn't instrument the +load method below correctly, 51 "If your test didn't crash, AddressSanitizer is instrumenting " 96 // pthread_create(). We need to verify that AddressSanitizer notices that the 106 // pthread_create(). We need to verify that AddressSanitizer notices that the 113 // to make sure AddressSanitizer handles the reusing correctly.
|
| /NextBSD/contrib/llvm/lib/Transforms/Instrumentation/ |
| HD | AddressSanitizer.cpp | 391 struct AddressSanitizer : public FunctionPass { struct 392 explicit AddressSanitizer(bool CompileKernel = false) in AddressSanitizer() function 520 AddressSanitizer &ASan; 556 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan) in FunctionStackPoisoner() 694 char AddressSanitizer::ID = 0; 696 AddressSanitizer, "asan", 701 AddressSanitizer, "asan", in INITIALIZE_PASS_DEPENDENCY() 705 return new AddressSanitizer(CompileKernel); in INITIALIZE_PASS_DEPENDENCY() 759 Value *AddressSanitizer::memToShadow(Value *Shadow, IRBuilder<> &IRB) { in memToShadow() 771 void AddressSanitizer::instrumentMemIntrinsic(MemIntrinsic *MI) { in instrumentMemIntrinsic() [all …]
|
| /NextBSD/lib/clang/libllvminstrumentation/ |
| HD | Makefile.depend | 16 AddressSanitizer.o: Intrinsics.inc.h 17 AddressSanitizer.po: Intrinsics.inc.h
|
| HD | Makefile | 8 SRCS= AddressSanitizer.cpp \
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | README.txt | 1 AddressSanitizer RT 3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
|
| HD | asan_blacklist.txt | 1 # Blacklist for AddressSanitizer. Turns off instrumentation of particular
|
| /NextBSD/lib/clang/liblldbPluginInstrumentationRuntimeAddressSanitizer/ |
| HD | Makefile | 7 SRCDIR= tools/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Sanitizers.def | 41 // AddressSanitizer 44 // Kernel AddressSanitizer (KASan)
|
| HD | DiagnosticDriverKinds.td | 175 "AddressSanitizer doesn't support linking with debug runtime libraries yet">;
|
| HD | DiagnosticGroups.td | 768 // AddressSanitizer frontent instrumentation remarks.
|
| HD | AttrDocs.td | 983 specifies that AddressSanitizer and ThreadSanitizer should not be applied 1000 specify that address safety instrumentation (e.g. AddressSanitizer) should
|
| /NextBSD/contrib/llvm/tools/lldb/ |
| HD | FREEBSD-Xlist | 109 source/Plugins/InstrumentationRuntime/AddressSanitizer/CMakeLists.txt 110 source/Plugins/InstrumentationRuntime/AddressSanitizer/Makefile
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | CodeGenOptions.def | 112 ///< offset in AddressSanitizer.
|
| /NextBSD/contrib/jansson/ |
| HD | CHANGES | 94 - Enable usage of AddressSanitizer (#180).
|
| /NextBSD/contrib/libc++/include/ |
| D | vector | 825 // The following functions are no-ops outside of AddressSanitizer mode. 827 // may not meet the AddressSanitizer alignment constraints.
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_syscalls.inc | 10 // Common syscalls handlers for tools like AddressSanitizer,
|
| HD | sanitizer_common_interceptors.inc | 10 // Common function interceptors for tools like AddressSanitizer,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Driver/ |
| HD | Options.td | 573 HelpText<"Level of field padding for AddressSanitizer">;
|