Searched refs:SectionBIDOrErr (Results 1 – 6 of 6) sorted by relevance
192 Expected<unsigned> SectionBIDOrErr = in processSubtractRelocation() local194 if (!SectionBIDOrErr) in processSubtractRelocation()195 return SectionBIDOrErr.takeError(); in processSubtractRelocation()196 SectionBID = *SectionBIDOrErr; in processSubtractRelocation()
186 if (auto SectionBIDOrErr = in processSECTDIFFRelocation() local188 SectionBID = *SectionBIDOrErr; in processSECTDIFFRelocation()190 return SectionBIDOrErr.takeError(); in processSECTDIFFRelocation()
395 if (auto SectionBIDOrErr = in processHALFSECTDIFFRelocation() local397 SectionBID = *SectionBIDOrErr; in processHALFSECTDIFFRelocation()399 return SectionBIDOrErr.takeError(); in processHALFSECTDIFFRelocation()
267 if (auto SectionBIDOrErr = in processHALFSECTDIFFRelocation() local269 SectionBID = *SectionBIDOrErr; in processHALFSECTDIFFRelocation()271 return SectionBIDOrErr.takeError(); in processHALFSECTDIFFRelocation()