Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1024 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local
1030 NumRelocEntries * sizeof(Reloc)); in relocations()
1035 Twine::utohexstr(NumRelocEntries * sizeof(Reloc)) + in relocations()
1040 return ArrayRef<Reloc>(StartReloc, StartReloc + NumRelocEntries); in relocations()