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