Home
last modified time | relevance | path

Searched refs:compressRelocations (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lld/wasm/
DConfig.h33 bool compressRelocations; member
DInputChunks.h148 if (config->compressRelocations && file) { in getSize()
175 assert(!config->compressRelocations); in data()
DInputChunks.cpp282 if (!file || !config->compressRelocations) in calculateSize()
319 if (!file || !config->compressRelocations) in writeTo()
DDriver.cpp366 config->compressRelocations = args.hasArg(OPT_compress_relocations); in readConfigs()
480 if (!config->stripDebug && !config->stripAll && config->compressRelocations) in checkOptions()
505 if (config->compressRelocations) in checkOptions()