Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp834 bool BinaryMode = false; in ExecuteAction() local
836 BinaryMode = true; in ExecuteAction()
853 BinaryMode = false; in ExecuteAction()
866 CI.createDefaultOutputFile(BinaryMode, getCurrentFileOrBufferName()); in ExecuteAction()