reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
52 live = !config->doGC || !isCOMDAT(); 634 other->live = false; 883 if (c->live) 891 if (!c->live)tools/lld/COFF/ICF.cpp
82 if (!c->isCOMDAT() || !c->live || writable)
tools/lld/COFF/MarkLive.cpp34 if (sc->live) 38 if (c->live) 40 c->live = true; 59 assert(sc->live && "We mark as live when pushing onto the worklist!");tools/lld/COFF/PDB.cpp
1191 if (!debugChunk->live || debugChunk->getSize() == 0) 1243 if (!secChunk || !secChunk->live)tools/lld/COFF/SymbolTable.cpp
297 refptr->getChunk()->live = false;
tools/lld/COFF/Symbols.cpp 86 return r->getChunk()->live;
tools/lld/COFF/Writer.cpp827 if (sc && !sc->live) { 1071 if (sc && sc->live) 1537 if (sc && sc->live && 1554 if (!sc || !sc->live) 1631 if (!c->live) 1687 if (!sc || !sc->live)