Lines Matching defs:Section
45 const MCSectionWasm &Section =
47 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS)
56 const MCSectionWasm &Section =
58 if (Section.getSegmentFlags() & wasm::WASM_SEG_FLAG_TLS)
70 void MCWasmStreamer::changeSection(MCSection *Section, uint32_t Subsection) {
72 auto *SectionWasm = cast<MCSectionWasm>(Section);
77 this->MCObjectStreamer::changeSection(Section, Subsection);
78 Asm.registerSymbol(*Section->getBeginSymbol());
249 void MCWasmStreamer::emitZerofill(MCSection *Section, MCSymbol *Symbol,
255 void MCWasmStreamer::emitTBSSSymbol(MCSection *Section, MCSymbol *Symbol,