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

References

tools/lld/ELF/ScriptParser.cpp
  156   if (!a.isAbsolute() && !b.isAbsolute())
  157     return a.getValue() - b.getValue();
  158   return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc};
  158   return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc};
  158   return {a.sec, false, a.getSectionOffset() - b.getValue(), a.loc};