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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.h122 // Call reportUndefinedSymbols() after calling scanRelocations() to emit
124 template <class ELFT> void scanRelocations(InputSectionBase &);
H A DRelocations.cpp1517 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { function in class:elf
2036 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
2037 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
2038 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
2039 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
H A DWriter.cpp1849 // scanRelocations is called to remove synthetic sections that turn
1954 forEachRelSec(scanRelocations<ELFT>);
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DWriter.cpp42 void scanRelocations();
248 void Writer::scanRelocations() { function in class:Writer
492 scanRelocations();

Completed in 63 milliseconds