Lines Matching defs:MarkLive
1 //===- MarkLive.cpp -------------------------------------------------------===//
22 #include "MarkLive.h"
45 template <class ELFT> class MarkLive {
47 MarkLive(unsigned partition) : partition(partition) {}
97 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel,
150 void MarkLive<ELFT>::scanEhFrameSection(EhInputSection &eh,
189 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) {
208 template <class ELFT> void MarkLive<ELFT>::markSymbol(Symbol *sym) {
217 template <class ELFT> void MarkLive<ELFT>::run() {
311 template <class ELFT> void MarkLive<ELFT>::mark() {
342 template <class ELFT> void MarkLive<ELFT>::moveToMain() {
381 MarkLive<ELFT>(curPart).run();
387 MarkLive<ELFT>(1).moveToMain();