Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputGlobal.h26 : file(f), global(g), live(!config->gcSections) {} in InputGlobal()
DInputEvent.h32 : file(f), event(e), signature(s), live(!config->gcSections) {} in InputEvent()
DConfig.h42 bool gcSections; member
DMarkLive.cpp152 if (!config->gcSections) in markLive()
DInputFiles.h71 : mb(m), fileKind(k), live(!config->gcSections) {} in InputFile()
DInputChunks.h74 : file(f), live(!config->gcSections), discarded(false), sectionKind(k) {} in InputChunk()
DDriver.cpp389 config->gcSections = in readConfigs()
503 if (config->gcSections) in checkOptions()
DSymbols.h125 : name(name), file(f), symbolKind(k), referenced(!config->gcSections), in Symbol()
/external/llvm-project/lld/ELF/
DConfig.h167 bool gcSections; member
DMarkLive.cpp334 if (!config->gcSections) { in markLive()
DInputSection.h259 : inputOff(off), live(live || !config->gcSections), hash(hash >> 1) {} in SectionPiece()
DSymbols.h250 used(!config->gcSections), needsTocRestore(false), in Symbol()
DDriver.cpp980 config->gcSections = args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, false); in readConfigs()
DWriter.cpp682 if (config->gcSections) in markUsedLocalSymbols()