Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp803 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link); in readBBAddrMapImpl() local
804 if (!TextSecOrErr) in readBBAddrMapImpl()
807 toString(TextSecOrErr.takeError())); in readBBAddrMapImpl()
808 if (*TextSectionIndex != std::distance(Sections.begin(), *TextSecOrErr)) in readBBAddrMapImpl()