Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp71 raw_svector_ostream VecOS(Code); in mergeFragment() local
73 Assembler.writeFragmentPadding(VecOS, *EF, FSize); in mergeFragment()
H A DWinCOFFObjectWriter.cpp611 raw_svector_ostream VecOS(Buf); in writeSectionContents() local
612 Asm.writeSectionData(VecOS, &MCSec, Layout); in writeSectionContents()
H A DELFObjectWriter.cpp890 raw_svector_ostream VecOS(UncompressedData); in writeSectionData() local
891 Asm.writeSectionData(VecOS, &Section, Layout); in writeSectionData()