Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DXCOFFObjectFile.cpp617 const XCOFFRelocation32 *StartReloc = RelocationOrErr.get(); in relocations() local
619 return ArrayRef<XCOFFRelocation32>(StartReloc, StartReloc + NumRelocEntries); in relocations()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1022 const Reloc *StartReloc = RelocationOrErr.get(); in relocations() local
1024 return ArrayRef<Reloc>(StartReloc, StartReloc + NumRelocEntries); in relocations()