Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2526 MapVector<SectionRef, std::vector<SectionRef>> SecToRelSec; in printRelocations() local
2539 SecToRelSec[**SecOrErr].push_back(Section); in printRelocations()
2542 for (std::pair<SectionRef, std::vector<SectionRef>> &P : SecToRelSec) { in printRelocations()