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()
236 if (auto TargetSectionIDOrErr = in processRelocationRef() local238 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()240 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
183 if (auto TargetSectionIDOrErr = findOrEmitSection( in processRelocationRef() local185 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()187 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
138 if (auto TargetSectionIDOrErr = in processRelocationRef() local140 TargetSectionID = *TargetSectionIDOrErr; in processRelocationRef()142 return TargetSectionIDOrErr.takeError(); in processRelocationRef()
80 if (auto TargetSectionIDOrErr = in processScatteredVANILLA() local82 TargetSectionID = *TargetSectionIDOrErr; in processScatteredVANILLA()84 return TargetSectionIDOrErr.takeError(); in processScatteredVANILLA()