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