Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DMemProfiler.cpp115 static cl::opt<std::string> ClDebugFunc("memprof-debug-func", cl::Hidden, variable
588 if (ClDebugFunc == F.getName()) in instrumentFunction()
DAddressSanitizer.cpp394 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
2676 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in instrumentFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp260 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
1781 if (!ClDebugFunc.empty() && ClDebugFunc != F.getName()) return false; in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp394 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
2617 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in instrumentFunction()