Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h429 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes() local
430 if (!ErrorOrContents) in getBuildAttributes()
431 return ErrorOrContents.takeError(); in getBuildAttributes()
433 auto Contents = ErrorOrContents.get(); in getBuildAttributes()