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

References

tools/lld/ELF/Driver.cpp
 1900   config->imageBase = getImageBase(args);
tools/lld/ELF/LinkerScript.cpp
 1086     dot = config->imageBase.getValueOr(0);
tools/lld/ELF/Target.cpp
  181   if (config->imageBase)
  182     return *config->imageBase;