Searched refs:ClDebugFunc (Results 1 – 4 of 4) sorted by relevance
115 static cl::opt<std::string> ClDebugFunc("memprof-debug-func", cl::Hidden, variable588 if (ClDebugFunc == F.getName()) in instrumentFunction()
394 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable2676 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in instrumentFunction()
260 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable1781 if (!ClDebugFunc.empty() && ClDebugFunc != F.getName()) return false; in runOnFunction()
394 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable2617 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in instrumentFunction()