Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp454 void scanSection(InputSectionBase &s, bool isEH = false);
1685 void RelocationScanner::scanSection(InputSectionBase &s, bool isEH) { in scanSection() function in RelocationScanner
1717 scanner.template scanSection<ELFT>(*s); in scanRelocations()
1729 scanner.template scanSection<ELFT>(*sec, /*isEH=*/true); in scanRelocations()
1733 scanner.template scanSection<ELFT>(*sec); in scanRelocations()