Home
last modified time | relevance | path

Searched refs:F_Binary (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp21 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_Binary); in LLVMWriteBitcodeToFile()
/external/llvm/utils/FileUpdate/
DFileUpdate.cpp74 sys::fs::F_Binary); in main()
/external/llvm/tools/llvm-as/
Dllvm-as.cpp73 OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary)); in WriteOutputFile()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp109 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary); in main()
/external/clang/lib/ARCMigrate/
DFileRemapper.cpp129 llvm::sys::fs::F_Binary); in flushToFile()
186 llvm::sys::fs::F_Binary); in overwriteOriginal()
/external/llvm/examples/BrainF/
DBrainFDriver.cpp111 sys::fs::F_Binary); in main()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp172 OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary)); in main()
/external/clang/lib/Rewrite/Frontend/
DFixItRewriter.cpp95 llvm::sys::fs::F_Binary)); in WriteFixedFiles()
/external/llvm/lib/Target/
DTargetMachineC.cpp203 raw_fd_ostream dest(Filename, error, sys::fs::F_Binary); in LLVMTargetMachineEmitToFile()
/external/llvm/unittests/Support/
DPath.cpp370 raw_fd_ostream file(file_pathname.c_str(), ErrMsg, sys::fs::F_Binary); in TEST_F()
400 raw_fd_ostream File(FilePathname.c_str(), ErrMsg, sys::fs::F_Binary); in TEST_F()
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp74 tool_output_file Out(Filename.c_str(), ErrInfo, sys::fs::F_Binary); in writeProgramToFile()
/external/llvm/tools/llc/
Dllc.cpp150 OpenFlags |= sys::fs::F_Binary; in GetOutputStream()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp268 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary); in main()
/external/clang/lib/Tooling/
DRefactoring.cpp224 llvm::sys::fs::F_Binary); in saveRewrittenFiles()
/external/llvm/tools/opt/
Dopt.cpp616 sys::fs::F_Binary)); in main()
682 sys::fs::F_Binary)); in main()
/external/clang/lib/Frontend/
DCompilerInstance.cpp141 llvm::sys::fs::F_Binary)); in SetupSerializedDiagnostics()
572 (Binary ? llvm::sys::fs::F_Binary : llvm::sys::fs::F_None))); in createOutputFile()
1014 llvm::sys::fs::F_Binary); in writeTimestampFile()
/external/clang/tools/clang-format/
DClangFormat.cpp275 llvm::sys::fs::F_Binary); in format()
/external/llvm/tools/lto/
DLTOCodeGenerator.cpp170 tool_output_file Out(path, ErrInfo, sys::fs::F_Binary); in writeMergedModules()
/external/clang/tools/driver/
Dcc1as_main.cpp254 (Binary ? sys::fs::F_Binary : sys::fs::F_None)); in GetOutputStream()
/external/llvm/lib/Support/
Draw_ostream.cpp440 if (Flags & sys::fs::F_Binary) in raw_fd_ostream()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp214 new tool_output_file(OutputFilename.c_str(), Err, sys::fs::F_Binary); in GetOutputStream()
/external/llvm/include/llvm/Support/
DFileSystem.h624 F_Binary = 4 enumerator
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp324 sys::fs::openFileForWrite(Storage.c_str(), FD, sys::fs::F_Binary, Mode), in doExtract()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp705 sys::fs::F_Binary)); in main()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp429 sys::fs::F_Binary); in emitProfileNotes()

12