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