Home
last modified time | relevance | path

Searched refs:scanRelocations (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp1101 template <class ELFT> void elf::scanRelocations(InputSectionBase &S) { in scanRelocations() function in elf
1517 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
1518 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
1519 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
1520 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
H A DRelocations.h156 template <class ELFT> void scanRelocations(InputSectionBase &);
H A DWriter.cpp1669 forEachRelSec(scanRelocations<ELFT>); in finalizeSections()