Searched refs:SectionAIDOrErr (Results 1 – 6 of 6) sorted by relevance
218 Expected<unsigned> SectionAIDOrErr = in processSubtractRelocation() local220 if (!SectionAIDOrErr) in processSubtractRelocation()221 return SectionAIDOrErr.takeError(); in processSubtractRelocation()222 SectionAID = *SectionAIDOrErr; in processSubtractRelocation()
173 if (auto SectionAIDOrErr = in processSECTDIFFRelocation() local175 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation()177 return SectionAIDOrErr.takeError(); in processSECTDIFFRelocation()
382 if (auto SectionAIDOrErr = in processHALFSECTDIFFRelocation() local384 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation()386 return SectionAIDOrErr.takeError(); in processHALFSECTDIFFRelocation()
254 if (auto SectionAIDOrErr = in processHALFSECTDIFFRelocation() local256 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation()258 return SectionAIDOrErr.takeError(); in processHALFSECTDIFFRelocation()