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