Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMarkLive.cpp123 scanEhFrameSection(EhInputSection &EH, ArrayRef<RelTy> Rels, in scanEhFrameSection() function
158 scanEhFrameSection(EhInputSection &EH, in scanEhFrameSection() function
164 scanEhFrameSection<ELFT>(EH, EH.template relas<ELFT>(), Fn); in scanEhFrameSection()
166 scanEhFrameSection<ELFT>(EH, EH.template rels<ELFT>(), Fn); in scanEhFrameSection()
248 scanEhFrameSection<ELFT>(*EH, Enqueue); in doGcSections()