Searched refs:RelocationsOrErr (Results 1 – 1 of 1) sorted by relevance
522 auto RelocationsOrErr = in section_rel_begin() local524 if (Error E = RelocationsOrErr.takeError()) { in section_rel_begin()529 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()532 auto RelocationsOrErr = in section_rel_begin() local534 if (Error E = RelocationsOrErr.takeError()) { in section_rel_begin()539 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()548 auto RelocationsOrErr = in section_rel_end() local550 if (Error E = RelocationsOrErr.takeError()) { in section_rel_end()555 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()558 auto RelocationsOrErr = in section_rel_end() local[all …]