Searched refs:RelocationsOrErr (Results 1 – 1 of 1) sorted by relevance
327 auto RelocationsOrErr = relocations(*SectionEntPtr); in section_rel_begin() local328 if (Error E = RelocationsOrErr.takeError()) in section_rel_begin()331 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()339 auto RelocationsOrErr = relocations(*SectionEntPtr); in section_rel_end() local340 if (Error E = RelocationsOrErr.takeError()) in section_rel_end()343 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()