Searched refs:OptionsByGroup (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp26 llvm::StringMap<std::vector<Record *>> OptionsByGroup; local
38 OptionsByGroup.try_emplace(R.getValueAsString("Name"));
45 OptionsByGroup[DI->getDef()->getValueAsString("Name")].push_back(Opts[i]);
47 OptionsByGroup["options"].push_back(Opts[i]);
52 for (const auto &KV : OptionsByGroup) {

Completed in 46 milliseconds