Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DParallelCG.cpp76 llvm::raw_pwrite_stream *ThreadOS = OSs[ThreadCount++]; in splitCodeGen() local
79 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen()
89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DParallelCG.cpp75 llvm::raw_pwrite_stream *ThreadOS = OSs[ThreadCount++]; in splitCodeGen() local
78 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) { in splitCodeGen()
88 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
/external/llvm-project/llvm/lib/CodeGen/
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()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp461 raw_string_ostream ThreadOS(ThreadLogStorage); in convert() local
462 handleDie(ThreadOS, CUI, Die); in convert()
463 ThreadOS.flush(); in convert()