Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp609 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local
613 NumRelocEntries * sizeof(XCOFFRelocation32)); in relocations()
619 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp656 uint32_t NumRelocEntries = NumRelocEntriesOrErr.get(); in relocations() local
661 NumRelocEntries * sizeof(XCOFFRelocation32)); in relocations()
667 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()