Home
last modified time | relevance | path

Searched refs:BCOS (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DParallelCG.cpp68 raw_svector_ostream BCOS(BC); in splitCodeGen() local
69 WriteBitcodeToFile(*MPart, BCOS); in splitCodeGen()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp215 raw_svector_ostream BCOS(Result); in ProcessChunkFromSerializedBitcode() local
216 writeBitcode(*ChunkResult, BCOS); in ProcessChunkFromSerializedBitcode()
292 raw_svector_ostream BCOS(OriginalBC); in runDeltaPass() local
293 writeBitcode(Test.getProgram(), BCOS); in runDeltaPass()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOBackend.cpp436 raw_svector_ostream BCOS(BC); in splitCodeGen() local
437 WriteBitcodeToFile(*MPart, BCOS); in splitCodeGen()