Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DELFDump.cpp42 auto SectionsOrError = Elf->sections(); in getDynamicStrTab() local
43 if (!SectionsOrError) in getDynamicStrTab()
44 return SectionsOrError.takeError(); in getDynamicStrTab()
46 for (const typename ELFO::Elf_Shdr &Sec : *SectionsOrError) { in getDynamicStrTab()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DELF.cpp505 auto SectionsOrError = sections(); in dynamicEntries() local
506 if (!SectionsOrError) in dynamicEntries()
507 return SectionsOrError.takeError(); in dynamicEntries()
509 for (const Elf_Shdr &Sec : *SectionsOrError) { in dynamicEntries()