Searched defs:AddressSanitizer (Results 1 – 1 of 1) sorted by relevance
287 struct AddressSanitizer : public FunctionPass { struct288 AddressSanitizer(bool CheckInitOrder = true, in AddressSanitizer() argument300 virtual const char *getPassName() const { in getPassName()321 static char ID; // Pass identification, replacement for typeid332 bool CheckInitOrder;333 bool CheckUseAfterReturn;334 bool CheckLifetime;335 SmallString<64> BlacklistFile;336 bool ZeroBaseShadow;338 LLVMContext *C;[all …]