Searched refs:OSs (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | ParallelCG.cpp | 39 std::unique_ptr<Module> M, ArrayRef<llvm::raw_pwrite_stream *> OSs, in splitCodeGen() argument 43 assert(BCOSs.empty() || BCOSs.size() == OSs.size()); in splitCodeGen() 45 if (OSs.size() == 1) { in splitCodeGen() 48 codegen(M.get(), *OSs[0], TMFactory, FileType); in splitCodeGen() 55 ThreadPool CodegenThreadPool(OSs.size()); in splitCodeGen() 59 std::move(M), OSs.size(), in splitCodeGen() 76 llvm::raw_pwrite_stream *ThreadOS = OSs[ThreadCount++]; in splitCodeGen()
|
/external/llvm/include/llvm/CodeGen/ |
D | ParallelCG.h | 40 splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *> OSs,
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 842 std::list<tool_output_file> OSs; in main() local 849 OSs.emplace_back(PartFilename, EC, sys::fs::F_None); in main() 852 OSPtrs.push_back(&OSs.back().os()); in main() 859 for (tool_output_file &OS : OSs) in main()
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 22 bytes or above. Many older OSs can't handle files above this size,
|
/external/tensorflow/tensorflow/examples/android/ |
D | build.gradle | 21 // it will conflict with the BUILD file used by Bazel on case-insensitive OSs.
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 1085 std::list<llvm::raw_fd_ostream> OSs; in runSplitCodeGen() local 1091 OSs.emplace_back(FD, true); in runSplitCodeGen() 1092 OSPtrs[I] = &OSs.back(); in runSplitCodeGen()
|
/external/python/cpython3/Doc/library/ |
D | asyncio-subprocess.rst | 256 Stop the child. On Posix OSs the method sends :py:data:`signal.SIGTERM` 262 Kills the child. On Posix OSs the function sends :py:data:`SIGKILL` to
|
D | subprocess.rst | 675 Stop the child. On Posix OSs the method sends SIGTERM to the 682 Kills the child. On Posix OSs the function sends SIGKILL to the child.
|
/external/compiler-rt/test/asan/ |
D | lit.cfg | 195 # Only run the tests on supported OSs.
|
/external/llvm/test/CodeGen/X86/ |
D | win32_sret.ll | 188 ; The %x argument is moved to %ecx on all OSs. It will be the this pointer.
|
/external/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 26 # Tries to add an "object library" target for a given list of OSs and/or
|
/external/python/cpython2/Doc/library/ |
D | subprocess.rst | 518 Stop the child. On Posix OSs the method sends SIGTERM to the 527 Kills the child. On Posix OSs the function sends SIGKILL to the child.
|
/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.
|