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

References

tools/lld/wasm/Driver.cpp
  311   config->emitRelocs = args.hasArg(OPT_emit_relocs);
tools/lld/wasm/SyntheticSections.h
  270     return config->relocatable || config->emitRelocs;
tools/lld/wasm/Writer.cpp
  132     if (config->relocatable || config->emitRelocs) {
  354   if (config->emitRelocs || config->relocatable) {
  549   if (!config->relocatable && !config->emitRelocs)