Lines Matching refs:opt
100 static cl::opt<bool> ClInstrumentReads("asan-instrument-reads",
102 static cl::opt<bool> ClInstrumentWrites("asan-instrument-writes",
104 static cl::opt<bool> ClInstrumentAtomics("asan-instrument-atomics",
107 static cl::opt<bool> ClAlwaysSlowPath("asan-always-slow-path",
114 static cl::opt<int> ClMaxInsnsToInstrumentPerBB("asan-max-ins-per-bb",
119 static cl::opt<bool> ClStack("asan-stack",
122 static cl::opt<bool> ClUseAfterReturn("asan-use-after-return",
125 static cl::opt<bool> ClGlobals("asan-globals",
127 static cl::opt<bool> ClInitializers("asan-initialization-order",
129 static cl::opt<bool> ClMemIntrin("asan-memintrin",
131 static cl::opt<bool> ClRealignStack("asan-realign-stack",
133 static cl::opt<std::string> ClBlacklistFile("asan-blacklist",
146 static cl::opt<bool> ClKeepUninstrumented("asan-keep-uninstrumented-functions",
153 static cl::opt<int> ClMappingScale("asan-mapping-scale",
155 static cl::opt<int> ClMappingOffsetLog("asan-mapping-offset-log",
157 static cl::opt<bool> ClShort64BitOffset("asan-short-64bit-mapping-offset",
163 static cl::opt<bool> ClOpt("asan-opt",
165 static cl::opt<bool> ClOptSameTemp("asan-opt-same-temp",
168 static cl::opt<bool> ClOptGlobals("asan-opt-globals",
171 static cl::opt<bool> ClCheckLifetime("asan-check-lifetime",
176 static cl::opt<int> ClDebug("asan-debug", cl::desc("debug"), cl::Hidden,
178 static cl::opt<int> ClDebugStack("asan-debug-stack", cl::desc("debug stack"),
180 static cl::opt<std::string> ClDebugFunc("asan-debug-func",
182 static cl::opt<int> ClDebugMin("asan-debug-min", cl::desc("Debug min inst"),
184 static cl::opt<int> ClDebugMax("asan-debug-max", cl::desc("Debug man inst"),