Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp1001 bool BinaryMode = false; in ExecuteAction() local
1003 BinaryMode = true; in ExecuteAction()
1020 BinaryMode = false; in ExecuteAction()
1033 CI.createDefaultOutputFile(BinaryMode, getCurrentFileOrBufferName()); in ExecuteAction()