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