Searched refs:copyRelocations (Results 1 – 2 of 2) sorted by relevance
406 void InputSection::copyRelocations(uint8_t *Buf, ArrayRef<RelTy> Rels) { in copyRelocations() function in InputSection1050 copyRelocations<ELFT>(Buf + OutSecOff, getDataAs<typename ELFT::Rela>()); in writeTo()1054 copyRelocations<ELFT>(Buf + OutSecOff, getDataAs<typename ELFT::Rel>()); in writeTo()
356 void copyRelocations(uint8_t *Buf, llvm::ArrayRef<RelTy> Rels);