Searched refs:SectionRelocMapOrErr (Results 1 – 1 of 1) sorted by relevance
908 Expected<MapVector<const Elf_Shdr *, const Elf_Shdr *>> SectionRelocMapOrErr = in readBBAddrMapImpl() local910 if (!SectionRelocMapOrErr) in readBBAddrMapImpl()911 return SectionRelocMapOrErr.takeError(); in readBBAddrMapImpl()913 for (auto const &[Sec, RelocSec] : *SectionRelocMapOrErr) { in readBBAddrMapImpl()