Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h294 llvm::SmallVector<std::pair<llvm::GlobPattern, uint32_t>, 0> shuffleSections; member
H A DWriter.cpp1017 if (config->shuffleSections.empty()) in maybeShuffle()
1022 for (const auto &patAndSeed : config->shuffleSections) { in maybeShuffle()
H A DDriver.cpp1542 config->shuffleSections.emplace_back(std::move(*pat), uint32_t(v)); in readConfigs()