Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp522 auto RelocationsOrErr = in section_rel_begin() local
524 if (Error E = RelocationsOrErr.takeError()) { in section_rel_begin()
529 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()
532 auto RelocationsOrErr = in section_rel_begin() local
534 if (Error E = RelocationsOrErr.takeError()) { in section_rel_begin()
539 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().begin()); in section_rel_begin()
548 auto RelocationsOrErr = in section_rel_end() local
550 if (Error E = RelocationsOrErr.takeError()) { in section_rel_end()
555 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()
558 auto RelocationsOrErr = in section_rel_end() local
[all …]