Searched refs:TextSecOrErr (Results 1 – 1 of 1) sorted by relevance
895 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link); in readBBAddrMapImpl() local896 if (!TextSecOrErr) in readBBAddrMapImpl()899 toString(TextSecOrErr.takeError())); in readBBAddrMapImpl()900 assert(*TextSecOrErr >= Sections.begin() && in readBBAddrMapImpl()903 (unsigned)std::distance(Sections.begin(), *TextSecOrErr)) in readBBAddrMapImpl()