Searched refs:OSs (Results 1 – 13 of 13) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ParallelCG.cpp | 44 ArrayRef<llvm::raw_pwrite_stream *> OSs, StringRef CPU, in splitCodeGen() argument 54 if (OSs.size() == 1) { in splitCodeGen() 55 codegen(M.get(), *OSs[0], TheTarget, CPU, Features, Options, RM, CM, in splitCodeGen() 61 SplitModule(std::move(M), OSs.size(), [&](std::unique_ptr<Module> MPart) { in splitCodeGen() 71 llvm::raw_pwrite_stream *ThreadOS = OSs[Threads.size()]; in splitCodeGen()
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 363 std::list<tool_output_file> OSs; in main() local 370 OSs.emplace_back(PartFilename, EC, sys::fs::F_None); in main() 376 OSPtrs.push_back(&OSs.back().os()); in main() 385 for (tool_output_file &OS : OSs) in main()
|
/external/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 34 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 815 std::list<llvm::raw_fd_ostream> OSs; in codegen() local 834 OSs.emplace_back(FD, true); in codegen() 835 OSPtrs[I] = &OSs.back(); in codegen()
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 22 bytes or above. Many older OSs can't handle files above this size,
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 193 # Only run the tests on supported OSs.
|
/external/llvm/test/CodeGen/X86/ |
D | win32_sret.ll | 193 ; The %x argument is moved to %ecx on all OSs. It will be the this pointer.
|
/external/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 5 # Tries to add an "object library" target for a given list of OSs and/or
|
/external/ceres-solver/cmake/ |
D | FindSuiteSparse.cmake | 144 # of the search directories for all OSs). Search user-specified hint
|
/external/ceres-solver/docs/source/ |
D | building.rst | 529 install locations for various OSs for each dependency. However, particularly
|
/external/dbus/ |
D | NEWS | 225 welcomed for other OSs' equivalents like kqueue, /dev/poll, or Solaris
|
/external/libevent/ |
D | whatsnew-2.0.txt | 381 the data without ever copying it to userspace. On OSs where this is not
|
/external/valgrind/ |
D | NEWS.old | 291 OSs.
|