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 DMemProfInstrumentation.cpp128 static cl::opt<std::string> ClDebugFunc("memprof-debug-func", cl::Hidden, variable
599 if (ClDebugFunc == F.getName()) in instrumentFunction()
H A DAddressSanitizer.cpp446 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
1323 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) in run()