Searched refs:StackSizeMapEntry (Results 1 – 1 of 1) sorted by relevance
6187 for (const auto &StackSizeMapEntry : StackSizeRelocMap) { in printRelocatableStackSizes() local6189 const Elf_Shdr *StackSizesELFSec = StackSizeMapEntry.first; in printRelocatableStackSizes()6190 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes()