Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h144 template <class ELFT> void scanRelocations();
H A DRelocations.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>();
H A DWriter.cpp1793 scanRelocations<ELFT>(); in finalizeSections()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp51 void scanRelocations();
673 void Writer::scanRelocations() { in scanRelocations() function in Writer
1301 scanRelocations(); in run()