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