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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h21 struct MemorySanitizerOptions { struct in namespace:llvm
22 MemorySanitizerOptions() : MemorySanitizerOptions(0, false, false){}; function in struct:llvm::MemorySanitizerOptions
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp659 MemorySanitizerOptions::MemorySanitizerOptions(int TO, bool R, bool K) function in class:MemorySanitizerOptions

Completed in 72 milliseconds