Home
last modified time | relevance | path

Searched refs:NumRelocEntries (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp944 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local
950 NumRelocEntries * sizeof(Reloc)); in relocations()
955 Twine::utohexstr(NumRelocEntries * sizeof(Reloc)) + in relocations()
960 return ArrayRef<Reloc>(StartReloc, StartReloc + NumRelocEntries); in relocations()