Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h144 template <class ELFT> void scanRelocations();
HDRelocations.cpp1634 template <class ELFT> void elf::scanRelocations() { in scanRelocations() function in elf
2450 template void elf::scanRelocations<ELF32LE>();
2451 template void elf::scanRelocations<ELF32BE>();
2452 template void elf::scanRelocations<ELF64LE>();
2453 template void elf::scanRelocations<ELF64BE>();
HDWriter.cpp1793 scanRelocations<ELFT>(); in finalizeSections()
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDWriter.cpp51 void scanRelocations();
673 void Writer::scanRelocations() { in scanRelocations() function in Writer
1301 scanRelocations(); in run()