Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h387 auto ErrorOrContents = EF.getSectionContents(&Sec); in getBuildAttributes() local
388 if (!ErrorOrContents) in getBuildAttributes()
389 return errorToErrorCode(ErrorOrContents.takeError()); in getBuildAttributes()
391 auto Contents = ErrorOrContents.get(); in getBuildAttributes()