Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp988 MapVector<const Elf_Shdr *, const Elf_Shdr *> SecToRelocMap; in getSectionAndRelocations() local
997 if (SecToRelocMap.try_emplace(&Sec).second) in getSectionAndRelocations()
1020 SecToRelocMap[ContentsSec] = &Sec; in getSectionAndRelocations()
1024 return SecToRelocMap; in getSectionAndRelocations()