Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7012 for (const auto &CGMapEntry : SecToRelocMap) { in printCGProfile() local
7013 const Elf_Shdr *CGSection = CGMapEntry.first; in printCGProfile()
7014 const Elf_Shdr *CGRelSection = CGMapEntry.second; in printCGProfile()