Searched refs:NumRelocEntriesOrErr (Results 1 – 2 of 2) sorted by relevance
605 auto NumRelocEntriesOrErr = getLogicalNumberOfRelocationEntries(Sec); in relocations() local606 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()609 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()
652 auto NumRelocEntriesOrErr = getLogicalNumberOfRelocationEntries(Sec); in relocations() local653 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()656 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()