Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h373 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes() local
374 if (!ErrorOrContents) in getBuildAttributes()
375 return ErrorOrContents.takeError(); in getBuildAttributes()
377 auto Contents = ErrorOrContents.get(); in getBuildAttributes()