Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp527 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
[all …]