Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp782 bool BinaryMode = true; in ExecuteAction() local
800 BinaryMode = false; in ExecuteAction()
812 CI.createDefaultOutputFile(BinaryMode, getCurrentFileOrBufferName()); in ExecuteAction()