Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp287 struct AddressSanitizer : public FunctionPass { struct
288 AddressSanitizer(bool CheckInitOrder = true, in AddressSanitizer() argument
300 virtual const char *getPassName() const { in getPassName()
321 static char ID; // Pass identification, replacement for typeid
332 bool CheckInitOrder;
333 bool CheckUseAfterReturn;
334 bool CheckLifetime;
335 SmallString<64> BlacklistFile;
336 bool ZeroBaseShadow;
338 LLVMContext *C;
[all …]