Home
last modified time | relevance | path

Searched refs:shuffleSectionSeed (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DConfig.h198 llvm::Optional<uint32_t> shuffleSectionSeed; member
DWriter.cpp1295 if (!config->shuffleSectionSeed) in maybeShuffle()
1304 uint32_t seed = *config->shuffleSectionSeed; in maybeShuffle()
DDriver.cpp1051 config->shuffleSectionSeed = args::getInteger(args, OPT_shuffle_sections, 0); in readConfigs()