Searched defs:AddressSanitizer (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1 //===-- AddressSanitizer.cpp - memory error detector ------------*- C++ -*-===//
10 // This file is a part of AddressSanitizer, an address sanity checker.
159 /// AddressSanitizer: instrument the code in module to find memory bugs.
160 struct AddressSanitizer : public ModulePass { struct in namespace:__anon9067
161 AddressSanitizer();
229 char AddressSanitizer::ID = 0;
230 INITIALIZE_PASS(AddressSanitizer, "asan",
231 "AddressSanitizer: detects use-after-free and out-of-bounds bugs.",
233 AddressSanitizer::AddressSanitizer() function in class:AddressSanitizer
[all...]

Completed in 443 milliseconds