Home
last modified time | relevance | path

Searched refs:SecToRelocMap (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp331 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> &SecToRelocMap);
6147 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> &SecToRelocMap) { in getSectionAndRelocations() argument
6150 if (SecToRelocMap.insert(std::make_pair(&Sec, (const Elf_Shdr *)nullptr)) in getSectionAndRelocations()
6166 SecToRelocMap[ContentsSec] = &Sec; in getSectionAndRelocations()
7005 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> SecToRelocMap; in printCGProfile() local
7010 this->getSectionAndRelocations(IsMatch, SecToRelocMap); in printCGProfile()
7012 for (const auto &CGMapEntry : SecToRelocMap) { in printCGProfile()