reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/COFF/ICF.cpp
   81   bool writable = c->getOutputCharacteristics() & llvm::COFF::IMAGE_SCN_MEM_WRITE;
   82   if (!c->isCOMDAT() || !c->live || writable)
   82   if (!c->isCOMDAT() || !c->live || writable)
   86   if (c->getOutputCharacteristics() & llvm::COFF::IMAGE_SCN_MEM_EXECUTE)
   90   StringRef outSecName = c->getSectionName().split('$').first;
   95   if (c->sym && c->sym->getName().startswith("??_7"))
   95   if (c->sym && c->sym->getName().startswith("??_7"))
   99   return !c->keepUnique;