Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DRelocations.h17 void scanRelocations(InputChunk *chunk);
DRelocations.cpp84 void scanRelocations(InputChunk *chunk) { in scanRelocations() function
DWriter.cpp734 static void scanRelocations() { in scanRelocations() function
738 scanRelocations(chunk); in scanRelocations()
740 scanRelocations(chunk); in scanRelocations()
742 scanRelocations(p); in scanRelocations()
1249 scanRelocations(); in run()
/external/llvm-project/lld/ELF/
DRelocations.h125 template <class ELFT> void scanRelocations(InputSectionBase &);
DRelocations.cpp1550 template <class ELFT> void elf::scanRelocations(InputSectionBase &s) { in scanRelocations() function in elf
2069 template void elf::scanRelocations<ELF32LE>(InputSectionBase &);
2070 template void elf::scanRelocations<ELF32BE>(InputSectionBase &);
2071 template void elf::scanRelocations<ELF64LE>(InputSectionBase &);
2072 template void elf::scanRelocations<ELF64BE>(InputSectionBase &);
DWriter.cpp1981 forEachRelSec(scanRelocations<ELFT>); in finalizeSections()
/external/llvm-project/lld/MachO/
DWriter.cpp45 void scanRelocations();
380 void Writer::scanRelocations() { in scanRelocations() function in Writer
685 scanRelocations(); in run()