Home
last modified time | relevance | path

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

/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-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp373 static cl::opt<std::string> ClDebugFunc("asan-debug-func", cl::Hidden, variable
2460 if (!ClDebugFunc.empty() && ClDebugFunc == F.getName()) return false; in runOnFunction()