Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp687 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link); in readBBAddrMapImpl() local
688 if (!TextSecOrErr) in readBBAddrMapImpl()
691 toString(TextSecOrErr.takeError())); in readBBAddrMapImpl()
692 if (*TextSectionIndex != std::distance(Sections.begin(), *TextSecOrErr)) in readBBAddrMapImpl()