Searched refs:SectionRefOrError (Results 1 – 1 of 1) sorted by relevance
65 Expected<object::SectionRef> SectionRefOrError = in printSectionAsString() local67 if (!SectionRefOrError) in printSectionAsString()68 error(std::move(SectionRefOrError)); in printSectionAsString()69 object::SectionRef Section = *SectionRefOrError; in printSectionAsString()99 Expected<object::SectionRef> SectionRefOrError = in printSectionAsHex() local101 if (!SectionRefOrError) in printSectionAsHex()102 error(std::move(SectionRefOrError)); in printSectionAsHex()103 object::SectionRef Section = *SectionRefOrError; in printSectionAsHex()