Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp671 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local
677 NumRelocEntries * sizeof(XCOFFRelocation32)); in relocations()
683 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()