reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/wasm/InputFiles.cpp
  290     if (section.Type == WASM_SEC_CODE) {
  292       codeSection = &section;
  293     } else if (section.Type == WASM_SEC_DATA) {
  295       dataSection = &section;
  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)