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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp828 std::map<std::string, TargetList> valueToTargetList; local
830 valueToTargetList[it.second].emplace_back(it.first);
832 for (const auto &it : valueToTargetList) {
997 std::map<const InterfaceFileRef *, TargetList> valueToTargetList; local
1000 valueToTargetList[&library] = targets;
1009 for (const auto &it : valueToTargetList) {

Completed in 106 milliseconds