Home
last modified time | relevance | path

Searched refs:RelocationsOrErr (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp326 auto RelocationsOrErr = relocations(*SectionEntPtr); in section_rel_begin() local
327 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() local
339 if (Error E = RelocationsOrErr.takeError()) in section_rel_end()
342 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()