Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1649 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations() local
1660 SecToRelSec[**SecOrErr].push_back(Section); in printRelocations()
1663 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()