Searched refs:AsanErrorCallbackSized (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp497 Function *AsanErrorCallbackSized[2][2]; member in struct:__anon12880::AddressSanitizer
1027 Call = IRB.CreateCall(AsanErrorCallbackSized[IsWrite][0],
1030 Call = IRB.CreateCall(AsanErrorCallbackSized[IsWrite][1],
1460 AsanErrorCallbackSized[AccessIsWrite][Exp] =

Completed in 205 milliseconds