Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6187 for (const auto &StackSizeMapEntry : StackSizeRelocMap) { in printRelocatableStackSizes() local
6189 const Elf_Shdr *StackSizesELFSec = StackSizeMapEntry.first; in printRelocatableStackSizes()
6190 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes()