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.cpp432 void InputSection::copyRelocations(Ctx &ctx, uint8_t *buf) { in copyRelocations() function in InputSection
439 copyRelocations<ELFT, RelTy>( in copyRelocations()
462 copyRelocations<ELFT, RelTy>(ctx, buf, rels); in copyRelocations()
470 void InputSection::copyRelocations(Ctx &ctx, uint8_t *buf, in copyRelocations() function in InputSection
1289 copyRelocations<ELFT, typename ELFT::Rela>(ctx, buf); in writeTo()
1293 copyRelocations<ELFT, typename ELFT::Rel>(ctx, buf); in writeTo()
H A DInputSection.h462 template <class ELFT, class RelTy> void copyRelocations(Ctx &, uint8_t *buf);
465 void copyRelocations(Ctx &, uint8_t *buf, llvm::iterator_range<RelIt> rels);