reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1220 StringRef SectionName = Section.getSectionName(); 1227 if (Section.getKind().isText()) 1230 if (Section.isWasmData()) { 1232 DataSize = alignTo(DataSize, Section.getAlignment()); 1237 Section.getPassive() ? (uint32_t)wasm::WASM_SEGMENT_IS_PASSIVE : 0; 1239 Segment.Section = &Section; 1240 addData(Segment.Data, Section); 1241 Segment.Alignment = Log2_32(Section.getAlignment()); 1244 Section.setSegmentIndex(SegmentIndex); 1246 if (const MCSymbolWasm *C = Section.getGroup()) { 1270 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); 1275 std::make_unique<WasmCustomSection>(Name, &Section); 1279 CustomSections.emplace_back(Name, &Section);