Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp327 auto RelocationsOrErr = relocations(*SectionEntPtr); in section_rel_begin() local
328 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() local
340 if (Error E = RelocationsOrErr.takeError()) in section_rel_end()
343 Ret.p = reinterpret_cast<uintptr_t>(&*RelocationsOrErr.get().end()); in section_rel_end()