Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp62 void scanEhFrameSection(EhInputSection &eh, ArrayRef<RelTy> rels);
145 void MarkLive<ELFT>::scanEhFrameSection(EhInputSection &eh, in scanEhFrameSection() function in MarkLive
259 scanEhFrameSection(*eh, eh->template relas<ELFT>()); in run()
261 scanEhFrameSection(*eh, eh->template rels<ELFT>()); in run()