Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DInputSection.cpp406 void InputSection::copyRelocations(uint8_t *Buf, ArrayRef<RelTy> Rels) { in copyRelocations() function in InputSection
1050 copyRelocations<ELFT>(Buf + OutSecOff, getDataAs<typename ELFT::Rela>()); in writeTo()
1054 copyRelocations<ELFT>(Buf + OutSecOff, getDataAs<typename ELFT::Rel>()); in writeTo()
H A DInputSection.h356 void copyRelocations(uint8_t *Buf, llvm::ArrayRef<RelTy> Rels);