Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h396 auto ErrorOrContents = EF.getSectionContents(Sec); in getBuildAttributes() local
397 if (!ErrorOrContents) in getBuildAttributes()
398 return ErrorOrContents.takeError(); in getBuildAttributes()
400 auto Contents = ErrorOrContents.get(); in getBuildAttributes()