Searched refs:TargetSectionIDOrErr (Results 1 – 5 of 5) sorted by relevance
69 if (auto TargetSectionIDOrErr = findOrEmitSection( in processRelocationRef() local71 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()73 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
229 if (auto TargetSectionIDOrErr = in processRelocationRef() local231 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()233 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
115 if (auto TargetSectionIDOrErr = in processRelocationRef() local117 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()119 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
182 if (auto TargetSectionIDOrErr = findOrEmitSection( in processRelocationRef() local184 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()186 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
80 if (auto TargetSectionIDOrErr = in processScatteredVANILLA() local82 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()84 return TargetSectionIDOrErr.takeError(); in processScatteredVANILLA()