reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
290 if (section.Type == WASM_SEC_CODE) { 292 codeSection = §ion; 293 } else if (section.Type == WASM_SEC_DATA) { 295 dataSection = §ion; 296 } else if (section.Type == WASM_SEC_CUSTOM) { 297 customSections.emplace_back(make<InputSection>(section, this)); 298 customSections.back()->setRelocations(section.Relocations); 304 for (const WasmRelocation &reloc : section.Relocations)