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.
447 /// AddressSanitizer: instrument the code in module to find memory bugs.
448 struct AddressSanitizer : public FunctionPass { struct in namespace:__anon14662
449 explicit AddressSanitizer(bool CompileKernel = false, bool Recover = false, function in struct:__anon14662::AddressSanitizer
518 AddressSanitizer *Pass;
519 FunctionStateRAII(AddressSanitizer *Pass) : Pass(Pass) {
601 AddressSanitizer &ASan;
640 FunctionStackPoisoner(Function &F, AddressSanitizer &ASan)
802 char AddressSanitizer
[all...]

Completed in 350 milliseconds