Home
last modified time | relevance | path

Searched refs:ClKeepGoing (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp140 static cl::opt<bool> ClKeepGoing("msan-keep-going", variable
424 StringRef WarningFnName = ClKeepGoing ? "__msan_warning" in initializeCallbacks()
569 if (ClKeepGoing) in doInitialization()
571 IRB.getInt32(ClKeepGoing), "__msan_keep_going"); in doInitialization()
818 /* Unreachable */ !ClKeepGoing, MS.ColdCallWeights); in materializeOneCheck()