Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendActions.cpp686 bool BinaryMode = true; in ExecuteAction() local
704 BinaryMode = false; in ExecuteAction()
715 raw_ostream *OS = CI.createDefaultOutputFile(BinaryMode, getCurrentFile()); in ExecuteAction()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp817 bool BinaryMode = true; in ExecuteAction() local
833 BinaryMode = false; in ExecuteAction()
845 CI.createDefaultOutputFile(BinaryMode, getCurrentFileOrBufferName()); in ExecuteAction()