Lines Matching refs:RelocationsOrErr
527 auto RelocationsOrErr = in section_rel_begin() local
529 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() local
539 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() local
555 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
565 if (Error E = RelocationsOrErr.takeError()) { in section_rel_end()
570 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()