Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp277 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() local
278 if (std::error_code EC = ContentOrErr.getError()) in dumpContentSection()
280 S->Content = yaml::BinaryRef(ContentOrErr.get()); in dumpContentSection()