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

References

tools/lld/wasm/Driver.cpp
  325   config->relocatable = args.hasArg(OPT_relocatable);
  327       args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, !config->relocatable);
  330                    !config->relocatable);
  410   if (config->relocatable) {
  462   if (config->relocatable)
  522   if (config->relocatable)
  728   if (!config->relocatable && !config->entry.empty()) {
  770   if (!config->relocatable) {
tools/lld/wasm/LTO.cpp
   56   if (config->relocatable)
  106     r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj ||
tools/lld/wasm/MarkLive.cpp
   90   if (config->relocatable) {
tools/lld/wasm/Relocations.cpp
  109       if (sym->isUndefined() && !config->relocatable && !sym->isWeak())
tools/lld/wasm/SyntheticSections.cpp
  329   return !config->relocatable && numSegments && config->sharedMemory;
tools/lld/wasm/SyntheticSections.h
  270     return config->relocatable || config->emitRelocs;
tools/lld/wasm/Writer.cpp
  132     if (config->relocatable || config->emitRelocs) {
  207     if (config->relocatable || config->isPic)
  354   if (config->emitRelocs || config->relocatable) {
  484     if (sym->isWeak() && !config->relocatable)
  501   if (config->relocatable)
  504   if (!config->relocatable && !config->importMemory)
  508   if (!config->relocatable && config->exportTable)
  549   if (!config->relocatable && !config->emitRelocs)
  676         if (!config->importMemory && !config->relocatable &&
  933   if (!config->relocatable && !WasmSym::callCtors->isLive())
  979   if (config->relocatable || config->isPic)
 1003   if (!config->relocatable) {
 1017   if (!config->relocatable) {
 1026   if (!config->relocatable && config->sharedMemory && !config->shared)