/external/llvm/tools/opt/ |
opt.cpp | 616 sys::fs::F_Binary)); 682 sys::fs::F_Binary));
|
/external/llvm/include/llvm/Support/ |
FileSystem.h | 622 /// F_Binary - The file should be opened in binary mode on platforms that 624 F_Binary = 4 [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 429 sys::fs::F_Binary);
|
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 324 sys::fs::openFileForWrite(Storage.c_str(), FD, sys::fs::F_Binary, Mode),
|
/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 705 sys::fs::F_Binary));
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 696 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary); [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 720 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary); [all...] |
/art/compiler/dex/portable/ |
mir_to_gbc.cc | [all...] |
/external/clang/lib/Driver/ |
Driver.cpp | 531 Script.c_str(), Err, llvm::sys::fs::F_Excl | llvm::sys::fs::F_Binary); [all...] |