HomeSort by relevance Sort by last modified time
    Searched refs:AddressSanitizer (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/asan/tests/
asan_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
136 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) {
145 TEST(AddressSanitizer, SimpleDeathTest) {
149 TEST(AddressSanitizer, VariousMallocsTest) {
187 TEST(AddressSanitizer, CallocTest) {
193 TEST(AddressSanitizer, VallocTest) {
200 TEST(AddressSanitizer, PvallocTest) {
234 TEST(AddressSanitizer, DISABLED_TSDTest) {
275 // AddressSanitizer.OOB_char (125503 ms)
276 // AddressSanitizer.OOB_int (126890 ms
    [all...]
asan_benchmarks_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
45 TEST(AddressSanitizer, ManyAccessBenchmark) {
67 TEST(AddressSanitizer, BorderAccessBenchmark) {
78 TEST(AddressSanitizer, FakeStackBenchmark) {
asan_noinst_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
37 TEST(AddressSanitizer, InternalSimpleDeathTest) {
87 TEST(AddressSanitizer, NoInstMallocTest) {
110 TEST(AddressSanitizer, DISABLED_InternalPrintShadow) {
232 TEST(AddressSanitizer, CompressStackTraceTest) {
252 TEST(AddressSanitizer, CompressStackTraceBenchmark) {
256 TEST(AddressSanitizer, QuarantineTest) {
291 TEST(AddressSanitizer, ThreadedQuarantineTest) {
320 TEST(AddressSanitizer, ThreadedOneSizeMallocStressTest) {
  /external/llvm/lib/Transforms/Instrumentation/
Android.mk 4 AddressSanitizer.cpp \
AddressSanitizer.cpp 1 //===-- AddressSanitizer.cpp - memory error detector ------------*- C++ -*-===//
10 // This file is a part of AddressSanitizer, an address sanity checker.
130 /// AddressSanitizer: instrument the code in module to find memory bugs.
131 struct AddressSanitizer : public ModulePass {
132 AddressSanitizer();
188 char AddressSanitizer::ID = 0;
189 INITIALIZE_PASS(AddressSanitizer, "asan",
190 "AddressSanitizer: detects use-after-free and out-of-bounds bugs.",
192 AddressSanitizer::AddressSanitizer() : ModulePass(ID) {
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 163 if (LangOpts.AddressSanitizer) {
CodeGenModule.cpp 532 if (LangOpts.AddressSanitizer) {
533 // When AddressSanitizer is enabled, set AddressSafety attribute
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 599 .Case("address_sanitizer", LangOpts.AddressSanitizer)
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 667 if (Opts.AddressSanitizer)
    [all...]

Completed in 1109 milliseconds