OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSs
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
ParallelCG.cpp
44
ArrayRef<llvm::raw_pwrite_stream *>
OSs
, StringRef CPU,
54
if (
OSs
.size() == 1) {
55
codegen(M.get(), *
OSs
[0], TheTarget, CPU, Features, Options, RM, CM,
61
SplitModule(std::move(M),
OSs
.size(), [&](std::unique_ptr<Module> MPart) {
71
llvm::raw_pwrite_stream *ThreadOS =
OSs
[Threads.size()];
/external/llvm/include/llvm/CodeGen/
ParallelCG.h
27
/// Split M into
OSs
.size() partitions, and generate code for each. Writes
28
///
OSs
.size() output files to the output streams in
OSs
. The resulting output
32
/// \returns M if
OSs
.size() == 1, otherwise returns std::unique_ptr<Module>().
34
splitCodeGen(std::unique_ptr<Module> M, ArrayRef<raw_pwrite_stream *>
OSs
,
/prebuilts/go/darwin-x86/test/fixedbugs/
issue11256.go
31
//
OSs
, so we basically can't do anything (not
/prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go
31
//
OSs
, so we basically can't do anything (not
/external/llvm/tools/llvm-lto/
llvm-lto.cpp
363
std::list<tool_output_file>
OSs
;
370
OSs
.emplace_back(PartFilename, EC, sys::fs::F_None);
376
OSPtrs.push_back(&
OSs
.back().os());
385
for (tool_output_file &OS :
OSs
)
/external/llvm/tools/gold/
gold-plugin.cpp
815
std::list<llvm::raw_fd_ostream>
OSs
;
834
OSs
.emplace_back(FD, true);
835
OSPtrs[I] = &
OSs
.back();
Completed in 306 milliseconds