Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp198 static cl::opt<std::string> ClDebugFunc("asan-debug-func", variable
1426 if (!ClDebugFunc.empty() && ClDebugFunc != F.getName()) in runOnFunction()