Searched refs:TextSecOrErr (Results 1 – 1 of 1) sorted by relevance
687 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link); in readBBAddrMapImpl() local688 if (!TextSecOrErr) in readBBAddrMapImpl()691 toString(TextSecOrErr.takeError())); in readBBAddrMapImpl()692 if (*TextSectionIndex != std::distance(Sections.begin(), *TextSecOrErr)) in readBBAddrMapImpl()