Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp326 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> &SecToRelocMap);
5918 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> &SecToRelocMap) { in getSectionAndRelocations() argument
5921 if (SecToRelocMap.insert(std::make_pair(&Sec, (const Elf_Shdr *)nullptr)) in getSectionAndRelocations()
5937 SecToRelocMap[ContentsSec] = &Sec; in getSectionAndRelocations()
6767 llvm::MapVector<const Elf_Shdr *, const Elf_Shdr *> SecToRelocMap; in printCGProfile() local
6772 this->getSectionAndRelocations(IsMatch, SecToRelocMap); in printCGProfile()
6774 for (const auto &CGMapEntry : SecToRelocMap) { in printCGProfile()