Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp378 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
2497 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in runOnFunction()