Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp812 bool BinaryMode = false; in ExecuteAction() local
814 BinaryMode = true; in ExecuteAction()
831 BinaryMode = false; in ExecuteAction()
844 CI.createDefaultOutputFile(BinaryMode, getCurrentFileOrBufferName()); in ExecuteAction()