Searched refs:copyRelocations (Results 1 – 2 of 2) sorted by relevance
356 void InputSection::copyRelocations(uint8_t *buf, ArrayRef<RelTy> rels) { in copyRelocations() function in InputSection1089 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rela>()); in writeTo()1093 copyRelocations<ELFT>(buf, getDataAs<typename ELFT::Rel>()); in writeTo()
399 void copyRelocations(uint8_t *buf, llvm::ArrayRef<RelTy> rels);