Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp591 raw_string_ostream ThreadOS(ThreadLogStorage); in convert() local
592 handleDie(OS ? &ThreadOS: nullptr, CUI, Die); in convert()
593 ThreadOS.flush(); in convert()