Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp134 static cl::opt<std::string> ClDebugFunc("memprof-debug-func", cl::Hidden, variable
561 if (ClDebugFunc == F.getName()) in instrumentFunction()
H A DAddressSanitizer.cpp445 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
2856 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in instrumentFunction()