Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DCOFFObjectFile.cpp338 const coff_relocation *FirstReloc; in getNumberOfRelocations() local
339 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
343 return FirstReloc->VirtualAddress - 1; in getNumberOfRelocations()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp354 const coff_relocation *FirstReloc; in getNumberOfRelocations() local
355 if (getObject(FirstReloc, M, reinterpret_cast<const coff_relocation*>( in getNumberOfRelocations()
359 return FirstReloc->VirtualAddress - 1; in getNumberOfRelocations()