Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DParallelCG.cpp77 llvm::raw_pwrite_stream *ThreadOS = OSs[ThreadCount++]; in splitCodeGen() local
80 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen()
90 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp461 raw_string_ostream ThreadOS(ThreadLogStorage); in convert() local
462 handleDie(ThreadOS, CUI, Die); in convert()
463 ThreadOS.flush(); in convert()