Searched refs:SecToRelocMap (Results 1 – 1 of 1) sorted by relevance
330 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> &SecToRelocMap);6204 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> &SecToRelocMap) { in getSectionAndRelocations() argument6207 if (SecToRelocMap.insert(std::make_pair(&Sec, (const Elf_Shdr *)nullptr)) in getSectionAndRelocations()6223 SecToRelocMap[ContentsSec] = &Sec; in getSectionAndRelocations()7068 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> SecToRelocMap; in printCGProfile() local7073 this->getSectionAndRelocations(IsMatch, SecToRelocMap); in printCGProfile()7075 for (const auto &CGMapEntry : SecToRelocMap) { in printCGProfile()