Searched refs:SecToRelSec (Results 1 – 1 of 1) sorted by relevance
2159 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations() local2172 SecToRelSec[**SecOrErr].push_back(Section); in printRelocations()2175 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()