Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp367 if (!config->gcSections) { in markLive()
H A DConfig.h254 bool gcSections; member
H A DInputSection.cpp1365 const bool live = !(flags & SHF_ALLOC) || !config->gcSections; in splitStrings()
1391 const bool live = !(flags & SHF_ALLOC) || !config->gcSections; in splitNonStrings()
H A DWriter.cpp396 if (config->gcSections) in markUsedLocalSymbols()
468 return b.used || !config->gcSections; in includeInSymtab()
H A DRelocations.cpp785 if (config->gcSections && config->zStartStopGC && in reportUndefinedSymbol()
H A DDriver.cpp1309 config->gcSections = args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, false); in readConfigs()