Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp115 static cl::opt<std::string> ClDebugFunc("memprof-debug-func", cl::Hidden, variable
588 if (ClDebugFunc == F.getName()) in instrumentFunction()
H A DAddressSanitizer.cpp407 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
2786 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in instrumentFunction()