Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1036 bool BinaryMode = false; in ExecuteAction() local
1038 BinaryMode = true; in ExecuteAction()
1055 BinaryMode = false; in ExecuteAction()
1068 CI.createDefaultOutputFile(BinaryMode, getCurrentFileOrBufferName()); in ExecuteAction()