Home
last modified time | relevance | path

Searched refs:BCOSs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DParallelCG.cpp41 ArrayRef<llvm::raw_pwrite_stream *> BCOSs, in splitCodeGen() argument
44 assert(BCOSs.empty() || BCOSs.size() == OSs.size()); in splitCodeGen()
47 if (!BCOSs.empty()) in splitCodeGen()
48 WriteBitcodeToFile(M, *BCOSs[0]); in splitCodeGen()
72 if (!BCOSs.empty()) { in splitCodeGen()
73 BCOSs[ThreadCount]->write(BC.begin(), BC.size()); in splitCodeGen()
74 BCOSs[ThreadCount]->flush(); in splitCodeGen()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DParallelCG.h37 ArrayRef<llvm::raw_pwrite_stream *> BCOSs,