Searched refs:NumRelocEntriesOrErr (Results 1 – 1 of 1) sorted by relevance
940 auto NumRelocEntriesOrErr = getNumberOfRelocationEntries(Sec); in relocations() local941 if (Error E = NumRelocEntriesOrErr.takeError()) in relocations()944 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations()