Searched refs:RelocationsOrErr (Results 1 – 1 of 1) sorted by relevance
326 auto RelocationsOrErr = relocations(*SectionEntPtr); in section_rel_begin() local327 if (Error E = RelocationsOrErr.takeError()) in section_rel_begin()330 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()338 auto RelocationsOrErr = relocations(*SectionEntPtr); in section_rel_end() local339 if (Error E = RelocationsOrErr.takeError()) in section_rel_end()342 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()