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

Declarations

tools/lld/ELF/InputSection.h
  351   void copyRelocations(uint8_t *buf, llvm::ArrayRef<RelTy> rels);

References

tools/lld/ELF/InputSection.cpp
 1106     copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rela>());
 1110     copyRelocations<ELFT>(buf + outSecOff, getDataAs<typename ELFT::Rel>());