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

Declarations

tools/lld/ELF/LinkerScript.h
   49   uint64_t getSecAddr() const;

References

tools/lld/ELF/LinkerScript.cpp
   76   return getValue() - getSecAddr();
tools/lld/ELF/ScriptParser.cpp
  164           (a.getValue() & b.getValue()) - a.getSecAddr(), a.loc};
  170           (a.getValue() | b.getValue()) - a.getSecAddr(), a.loc};