Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h392 auto ErrorOrContents = EF.getSectionContents(&Sec); in getBuildAttributes() local
393 if (!ErrorOrContents) in getBuildAttributes()
394 return errorToErrorCode(ErrorOrContents.takeError()); in getBuildAttributes()
396 auto Contents = ErrorOrContents.get(); in getBuildAttributes()