Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp356 void InputSection::copyRelocations(uint8_t *buf) { in copyRelocations() function in InputSection
362 copyRelocations<ELFT, RelTy>(buf, llvm::make_range(sec->relocations.begin(), in copyRelocations()
383 copyRelocations<ELFT, RelTy>(buf, rels); in copyRelocations()
391 void InputSection::copyRelocations(uint8_t *buf, in copyRelocations() function in InputSection
1170 copyRelocations<ELFT, typename ELFT::Rela>(buf); in writeTo()
1174 copyRelocations<ELFT, typename ELFT::Rel>(buf); in writeTo()
H A DInputSection.h419 template <class ELFT, class RelTy> void copyRelocations(uint8_t *buf);
422 void copyRelocations(uint8_t *buf, llvm::iterator_range<RelIt> rels);