Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1065 bool BinaryMode = false; in ExecuteAction() local
1067 BinaryMode = true; in ExecuteAction()
1084 BinaryMode = false; in ExecuteAction()
1097 CI.createDefaultOutputFile(BinaryMode, getCurrentFileOrBufferName()); in ExecuteAction()