Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp684 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local
690 NumRelocEntries * sizeof(XCOFFRelocation32)); in relocations()
696 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()