Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp420 using RawRels = ArrayRef<RelTy>; in copyRelocations() typedef
422 llvm::mapped_iterator<typename RawRels::iterator, MapRel>; in copyRelocations()
424 RawRels rawRels = getDataAs<RelTy>(); in copyRelocations()