Home
last modified time | relevance | path

Searched refs:TextSecOrErr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp895 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link); in readBBAddrMapImpl() local
896 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()