Searched refs:RelocationsOrErr (Results 1 – 1 of 1) sorted by relevance
527 auto RelocationsOrErr = in section_rel_begin() local529 if (Error E = RelocationsOrErr.takeError()) { in section_rel_begin()534 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()537 auto RelocationsOrErr = in section_rel_begin() local539 if (Error E = RelocationsOrErr.takeError()) { in section_rel_begin()544 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()553 auto RelocationsOrErr = in section_rel_end() local555 if (Error E = RelocationsOrErr.takeError()) { in section_rel_end()560 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()563 auto RelocationsOrErr = in section_rel_end() local[all …]