Searched refs:NumRelocEntries (Results 1 – 1 of 1) sorted by relevance
1016 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local1022 NumRelocEntries * sizeof(Reloc)); in relocations()1027 Twine::utohexstr(NumRelocEntries * sizeof(Reloc)) + in relocations()1032 return ArrayRef<Reloc>(StartReloc, StartReloc + NumRelocEntries); in relocations()