Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp617 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations() local
619 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp665 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations() local
667 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()