Searched refs:ContentOrErr (Results 1 – 1 of 1) sorted by relevance
277 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() local278 if (std::error_code EC = ContentOrErr.getError()) in dumpContentSection()280 S->Content = yaml::BinaryRef(ContentOrErr.get()); in dumpContentSection()