Searched refs:SectionAIDOrErr (Results 1 – 3 of 3) sorted by relevance
217 Expected<unsigned> SectionAIDOrErr = in processSubtractRelocation() local219 if (!SectionAIDOrErr) in processSubtractRelocation()220 return SectionAIDOrErr.takeError(); in processSubtractRelocation()221 SectionAID = *SectionAIDOrErr; in processSubtractRelocation()
175 if (auto SectionAIDOrErr = in processSECTDIFFRelocation() local177 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation()179 return SectionAIDOrErr.takeError(); in processSECTDIFFRelocation()
386 if (auto SectionAIDOrErr = in processHALFSECTDIFFRelocation() local388 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation()390 return SectionAIDOrErr.takeError(); in processHALFSECTDIFFRelocation()