Searched refs:gcSections (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/lld/wasm/ |
D | InputGlobal.h | 26 : file(f), global(g), live(!config->gcSections) {} in InputGlobal()
|
D | InputEvent.h | 32 : file(f), event(e), signature(s), live(!config->gcSections) {} in InputEvent()
|
D | Config.h | 42 bool gcSections; member
|
D | MarkLive.cpp | 152 if (!config->gcSections) in markLive()
|
D | InputFiles.h | 71 : mb(m), fileKind(k), live(!config->gcSections) {} in InputFile()
|
D | InputChunks.h | 74 : file(f), live(!config->gcSections), discarded(false), sectionKind(k) {} in InputChunk()
|
D | Driver.cpp | 389 config->gcSections = in readConfigs() 503 if (config->gcSections) in checkOptions()
|
D | Symbols.h | 125 : name(name), file(f), symbolKind(k), referenced(!config->gcSections), in Symbol()
|
/external/llvm-project/lld/ELF/ |
D | Config.h | 167 bool gcSections; member
|
D | MarkLive.cpp | 334 if (!config->gcSections) { in markLive()
|
D | InputSection.h | 259 : inputOff(off), live(live || !config->gcSections), hash(hash >> 1) {} in SectionPiece()
|
D | Symbols.h | 250 used(!config->gcSections), needsTocRestore(false), in Symbol()
|
D | Driver.cpp | 980 config->gcSections = args.hasFlag(OPT_gc_sections, OPT_no_gc_sections, false); in readConfigs()
|
D | Writer.cpp | 682 if (config->gcSections) in markUsedLocalSymbols()
|