HomeSort by relevance Sort by last modified time
    Searched full:checklifetime (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/
Instrumentation.h 64 bool CheckLifetime = false, StringRef BlacklistFile = StringRef(),
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 249 bool CheckLifetime = false,
255 CheckLifetime(CheckLifetime || ClCheckLifetime),
293 bool CheckLifetime;
446 if (!ASan.CheckLifetime) return;
509 bool CheckInitOrder, bool CheckUseAfterReturn, bool CheckLifetime,
512 CheckLifetime, BlacklistFile, ZeroBaseShadow);
    [all...]

Completed in 134 milliseconds