Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp908 Expected<MapVector<const Elf_Shdr *, const Elf_Shdr *>> SectionRelocMapOrErr = in readBBAddrMapImpl() local
910 if (!SectionRelocMapOrErr) in readBBAddrMapImpl()
911 return SectionRelocMapOrErr.takeError(); in readBBAddrMapImpl()
913 for (auto const &[Sec, RelocSec] : *SectionRelocMapOrErr) { in readBBAddrMapImpl()