Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h24 struct MemorySanitizerOptions { struct
25 MemorySanitizerOptions() : MemorySanitizerOptions(0, false, false, false){}; in MemorySanitizerOptions() function
26 MemorySanitizerOptions(int TrackOrigins, bool Recover, bool Kernel) in MemorySanitizerOptions() function
43 MemorySanitizerPass(MemorySanitizerOptions Options) : Options(Options) {} in MemorySanitizerPass() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp700 MemorySanitizerOptions::MemorySanitizerOptions(int TO, bool R, bool K, in MemorySanitizerOptions() function in MemorySanitizerOptions