Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp162 raw_svector_ostream BCOS(Result); in ProcessChunkFromSerializedBitcode() local
163 ChunkResult->writeBitcode(BCOS); in ProcessChunkFromSerializedBitcode()
246 raw_svector_ostream BCOS(OriginalBC); in runDeltaPass() local
247 Test.getProgram().writeBitcode(BCOS); in runDeltaPass()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DParallelCG.cpp68 raw_svector_ostream BCOS(BC); in splitCodeGen() local
69 WriteBitcodeToFile(*MPart, BCOS); in splitCodeGen()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOBackend.cpp438 raw_svector_ostream BCOS(BC); in splitCodeGen() local
439 WriteBitcodeToFile(*MPart, BCOS); in splitCodeGen()