Home
last modified time | relevance | path

Searched refs:copyRelocations (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp400 void InputSection::copyRelocations(uint8_t *buf) { in copyRelocations() function in InputSection
406 copyRelocations<ELFT, RelTy>(buf, llvm::make_range(sec->relocations.begin(), in copyRelocations()
427 copyRelocations<ELFT, RelTy>(buf, rels); in copyRelocations()
435 void InputSection::copyRelocations(uint8_t *buf, in copyRelocations() function in InputSection
1219 copyRelocations<ELFT, typename ELFT::Rela>(buf); in writeTo()
1223 copyRelocations<ELFT, typename ELFT::Rel>(buf); in writeTo()
H A DInputSection.h443 template <class ELFT, class RelTy> void copyRelocations(uint8_t *buf);
446 void copyRelocations(uint8_t *buf, llvm::iterator_range<RelIt> rels);