HomeSort by: relevance | last modified time | path
    Searched refs:AddressSanitizer (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
61 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) {
72 TEST(AddressSanitizer, SimpleDeathTest) {
76 TEST(AddressSanitizer, VariousMallocsTest) {
111 TEST(AddressSanitizer, CallocTest) {
117 TEST(AddressSanitizer, CallocReturnsZeroMem) {
141 TEST(AddressSanitizer, VallocTest) {
149 TEST(AddressSanitizer, PvallocTest) {
185 TEST(AddressSanitizer, DISABLED_TSDTest) {
195 TEST(AddressSanitizer, UAF_char)
    [all...]
asan_oob_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
64 // AddressSanitizer.OOB_char (125503 ms)
65 // AddressSanitizer.OOB_int (126890 ms)
66 // AddressSanitizer.OOBRightTest (315605 ms)
67 // AddressSanitizer.SimpleStackTest (366559 ms)
69 TEST(AddressSanitizer, OOB_char) {
73 TEST(AddressSanitizer, OOB_int) {
77 TEST(AddressSanitizer, OOBRightTest) {
104 TEST(AddressSanitizer, LargeOOBRightTest) {
114 TEST(AddressSanitizer, DISABLED_DemoOOBLeftLow)
    [all...]
asan_benchmarks_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
44 TEST(AddressSanitizer, ManyAccessBenchmark) {
66 TEST(AddressSanitizer, BorderAccessBenchmark) {
77 TEST(AddressSanitizer, FakeStackBenchmark) {
asan_noinst_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
44 TEST(AddressSanitizer, InternalSimpleDeathTest) {
96 TEST(AddressSanitizer, NoInstMallocTest) {
100 TEST(AddressSanitizer, ThreadedMallocStressTest) {
128 TEST(AddressSanitizer, DISABLED_InternalPrintShadow) {
137 TEST(AddressSanitizer, QuarantineTest) {
173 TEST(AddressSanitizer, ThreadedQuarantineTest) {
211 TEST(AddressSanitizer, ThreadedOneSizeMallocStressTest) {
222 TEST(AddressSanitizer, ShadowRegionIsPoisonedTest) {
234 TEST(AddressSanitizer, LoadStoreCallbacks)
    [all...]
asan_mem_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
69 TEST(AddressSanitizer, MemSetOOBTest) {
106 TEST(AddressSanitizer, LargeOOBInMemset) {
192 TEST(AddressSanitizer, MemCpyOOBTest) {
204 TEST(AddressSanitizer, MemMoveOOBTest) {
210 TEST(AddressSanitizer, MemCmpOOBTest) {
asan_str_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
80 TEST(AddressSanitizer, StrLenOOBTest) {
101 TEST(AddressSanitizer, WcsLenTest) {
115 TEST(AddressSanitizer, StrNLenOOBTest) {
142 TEST(AddressSanitizer, MAYBE_StrDupOOBTest) {
162 TEST(AddressSanitizer, MAYBE_StrNDupOOBTest) {
188 TEST(AddressSanitizer, StrCpyOOBTest) {
211 TEST(AddressSanitizer, StrNCpyOOBTest) {
284 TEST(AddressSanitizer, StrChrAndIndexOOBTest) {
292 TEST(AddressSanitizer, StrCmpAndFriendsLogicTest)
    [all...]
asan_asm_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
213 TEST(AddressSanitizer, asm_load_store) {
220 TEST(AddressSanitizer, asm_rw) {
238 TEST(AddressSanitizer, asm_flags) {
263 TEST(AddressSanitizer, asm_rep_movs) {
  /src/external/apache2/llvm/lib/libLLVMInstrumentation/
Makefile 9 SRCS+= AddressSanitizer.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 1 //===- AddressSanitizer.cpp - memory error detector -----------------------===//
9 // This file is a part of AddressSanitizer, an address sanity checker.
17 #include "llvm/Transforms/Instrumentation/AddressSanitizer.h"
610 /// AddressSanitizer: instrument the code in module to find memory bugs.
611 struct AddressSanitizer {
612 AddressSanitizer(Module &M, const GlobalsMetadata *GlobalsMD,
688 AddressSanitizer *Pass;
690 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) {
757 AddressSanitizer ASan(*F.getParent(), &GlobalsMD, CompileKernel, Recover,
915 AddressSanitizer &ASan
    [all...]

Completed in 37 milliseconds