Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp168 raw_ostream &SubOS = SubSection.getStream(); in writeSectionContent() local
169 encodeULEB128(Section.MemorySize, SubOS); in writeSectionContent()
170 encodeULEB128(Section.MemoryAlignment, SubOS); in writeSectionContent()
171 encodeULEB128(Section.TableSize, SubOS); in writeSectionContent()
172 encodeULEB128(Section.TableAlignment, SubOS); in writeSectionContent()
177 raw_ostream &SubOS = SubSection.getStream(); in writeSectionContent() local
178 encodeULEB128(Section.Needed.size(), SubOS); in writeSectionContent()
180 writeStringRef(Needed, SubOS); in writeSectionContent()