Searched refs:ClDebugFunc (Results 1 – 2 of 2) sorted by relevance
120 static cl::opt<std::string> ClDebugFunc("memprof-debug-func", cl::Hidden, variable548 if (ClDebugFunc == F.getName()) in instrumentFunction()
444 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable2680 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in instrumentFunction()