Searched refs:copyRelocations (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.cpp | 400 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 D | InputSection.h | 443 template <class ELFT, class RelTy> void copyRelocations(uint8_t *buf); 446 void copyRelocations(uint8_t *buf, llvm::iterator_range<RelIt> rels);
|