Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DMemorySanitizer.h21 struct MemorySanitizerOptions { struct
22 MemorySanitizerOptions() : MemorySanitizerOptions(0, false, false){}; in MemorySanitizerOptions() function
31 createMemorySanitizerLegacyPassPass(MemorySanitizerOptions Options = {}); argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp643 MemorySanitizerOptions::MemorySanitizerOptions(int TO, bool R, bool K) in MemorySanitizerOptions() function in MemorySanitizerOptions