HomeSort by relevance Sort by last modified time
    Searched refs:F_Binary (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitWriter.cpp 21 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/utils/FileUpdate/
FileUpdate.cpp 74 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/tools/llvm-as/
llvm-as.cpp 74 raw_fd_ostream::F_Binary));
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainFDriver.cpp 112 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/tools/llvm-link/
llvm-link.cpp 121 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
OptimizerDriver.cpp 55 raw_fd_ostream::F_Binary);
133 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
raw_ostream.h 336 /// F_Binary - The file should be opened in binary mode on platforms that
338 F_Binary = 4
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 167 raw_fd_ostream::F_Binary));
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 437 if (Flags & F_Binary)
446 if (Flags & F_Binary)
  /external/swiftshader/third_party/LLVM/tools/llvm-extract/
llvm-extract.cpp 221 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 242 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/tools/opt/
opt.cpp 525 raw_fd_ostream::F_Binary));
578 raw_fd_ostream::F_Binary));
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 209 if (Binary) OpenFlags |= raw_fd_ostream::F_Binary;
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp 159 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 223 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 240 raw_fd_ostream::F_Binary);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RenderMachineFunction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 365 raw_fd_ostream::F_Binary);
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 697 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 716 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary);
    [all...]

Completed in 1141 milliseconds