Lines Matching defs:Section
46 const MCSectionWasm &Section =
48 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS)
57 const MCSectionWasm &Section =
59 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS)
71 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) {
73 auto *SectionWasm = cast<MCSectionWasm>(Section);
78 this->MCObjectStreamer::changeSection(Section, Subsection);
79 Asm.registerSymbol(*Section->getBeginSymbol());
250 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
256 void MCWasmStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol,