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.h158 template <class ELFT> void scanRelocations(Ctx &ctx);
H A DRelocations.cpp1697 template <class ELFT> void elf::scanRelocations(Ctx &ctx) { in scanRelocations() function in elf
2614 template void elf::scanRelocations<ELF32LE>(Ctx &);
2615 template void elf::scanRelocations<ELF32BE>(Ctx &);
2616 template void elf::scanRelocations<ELF64LE>(Ctx &);
2617 template void elf::scanRelocations<ELF64BE>(Ctx &);
H A DWriter.cpp1901 scanRelocations<ELFT>(ctx); in finalizeSections()
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp50 void scanRelocations();
697 void Writer::scanRelocations() { in scanRelocations() function in Writer
1330 scanRelocations(); in run()