Searched refs:shuffleSections (Results 1 – 3 of 3) sorted by relevance
294 llvm::SmallVector<std::pair<llvm::GlobPattern, uint32_t>, 0> shuffleSections; member
1017 if (config->shuffleSections.empty()) in maybeShuffle()1022 for (const auto &patAndSeed : config->shuffleSections) { in maybeShuffle()
1542 config->shuffleSections.emplace_back(std::move(*pat), uint32_t(v)); in readConfigs()