Home
last modified time | relevance | path

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

/external/clang/utils/analyzer/
DSATestBuild.py288 SBOptions = "--use-analyzer '%s' " % Clang
289 SBOptions += "-plist-html -o '%s' " % SBOutputDir
290 SBOptions += "-enable-checker " + AllCheckers + " "
291 SBOptions += "--keep-empty "
294 SBOptions += "--override-compiler "
297 SBPrefix = "scan-build " + SBOptions + " "
/external/llvm-project/lldb/include/lldb/API/
DSBCommandReturnObject.h113 friend class SBOptions; variable