Searched refs:CommonSizeOrErr (Results 1 – 1 of 1) sorted by relevance
429 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) { in printObjectSectionSizes() local430 total += *CommonSizeOrErr; in printObjectSectionSizes()432 *CommonSizeOrErr, static_cast<uint64_t>(0)); in printObjectSectionSizes()434 error(CommonSizeOrErr.takeError(), Obj->getFileName()); in printObjectSectionSizes()468 if (Expected<uint64_t> CommonSizeOrErr = getCommonSize(Obj)) in printObjectSectionSizes() local469 total_bss += *CommonSizeOrErr; in printObjectSectionSizes()471 error(CommonSizeOrErr.takeError(), Obj->getFileName()); in printObjectSectionSizes()