Searched refs:ContentOrErr (Results 1 – 2 of 2) sorted by relevance
421 auto ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() local422 if (!ContentOrErr) in dumpContentSection()423 return errorToErrorCode(ContentOrErr.takeError()); in dumpContentSection()424 S->Content = yaml::BinaryRef(ContentOrErr.get()); in dumpContentSection()498 auto ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags() local499 if (!ContentOrErr) in dumpMipsABIFlags()500 return errorToErrorCode(ContentOrErr.takeError()); in dumpMipsABIFlags()503 ContentOrErr.get().data()); in dumpMipsABIFlags()
331 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpContentSection() local332 if (std::error_code EC = ContentOrErr.getError()) in dumpContentSection()334 S->Content = yaml::BinaryRef(ContentOrErr.get()); in dumpContentSection()405 ErrorOr<ArrayRef<uint8_t>> ContentOrErr = Obj.getSectionContents(Shdr); in dumpMipsABIFlags() local406 if (std::error_code EC = ContentOrErr.getError()) in dumpMipsABIFlags()410 ContentOrErr.get().data()); in dumpMipsABIFlags()