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

Declarations

tools/lld/ELF/SyntheticSections.h
 1109 Defined *addSyntheticLocal(StringRef name, uint8_t type, uint64_t value,

References

tools/lld/ELF/AArch64ErrataFix.cpp
  397   patchSym = addSyntheticLocal(
  400   addSyntheticLocal(saver.save("$x"), STT_NOTYPE, 0, 0, *this);
tools/lld/ELF/ARMErrataFix.cpp
  141   patchSym = addSyntheticLocal(
  144   addSyntheticLocal(saver.save(isARM ? "$a" : "$t"), STT_NOTYPE, 0, 0, *this);
tools/lld/ELF/Arch/ARM.cpp
  211   addSyntheticLocal("$a", STT_NOTYPE, 0, 0, isec);
  212   addSyntheticLocal("$d", STT_NOTYPE, 16, 0, isec);
  260   addSyntheticLocal("$a", STT_NOTYPE, off, 0, isec);
  261   addSyntheticLocal("$d", STT_NOTYPE, off + 12, 0, isec);
tools/lld/ELF/Thunks.cpp
  322   Defined *d = addSyntheticLocal(name, type, value, /*size=*/0, section);