Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DRelocations.h126 template <class ELFT> void scanRelocations(InputSectionBase &);
DRelocations.cpp1616 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations() function in elf
2142 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
2143 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
2144 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
2145 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
DWriter.cpp2016 forEachRelSec(scanRelocations<ELFT>); in finalizeSections()
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DWriter.cpp51 void scanRelocations();
631 void Writer::scanRelocations() { in scanRelocations() function in Writer
1104 scanRelocations(); in run()