Lines Matching defs:MarkLive
1 //===- MarkLive.cpp -------------------------------------------------------===//
21 #include "MarkLive.h"
37 class MarkLive {
55 void MarkLive::enqueue(Symbol *sym) {
81 void MarkLive::enqueue(InputChunk *chunk) {
90 void MarkLive::enqueueInitFunctions(const ObjFile *obj) {
101 void MarkLive::enqueueRetainedSegments(const ObjFile *file) {
107 void MarkLive::run() {
137 void MarkLive::mark() {
174 MarkLive marker;
208 bool MarkLive::isCallCtorsLive() {