Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DRelocations.h17 void scanRelocations(InputChunk *chunk);
H A DRelocations.cpp83 void scanRelocations(InputChunk *chunk) { in scanRelocations() function
H A DWriter.cpp812 static void scanRelocations() { in scanRelocations() function
816 scanRelocations(chunk); in scanRelocations()
818 scanRelocations(chunk); in scanRelocations()
820 scanRelocations(p); in scanRelocations()
1584 scanRelocations(); in run()
/llvm-project-15.0.7/lld/ELF/
H A DRelocations.h129 template <class ELFT> void scanRelocations(InputSectionBase &);
H A DRelocations.cpp1512 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations() function in elf
2228 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
2229 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
2230 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
2231 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
H A DWriter.cpp1941 scanRelocations<ELFT>(*sec); in finalizeSections()
1944 scanRelocations<ELFT>(*sec); in finalizeSections()
1947 scanRelocations<ELFT>(*sec); in finalizeSections()
/llvm-project-15.0.7/lld/MachO/
H A DWriter.cpp53 void scanRelocations();
640 void Writer::scanRelocations() { in scanRelocations() function in Writer
1168 scanRelocations(); in run()