Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp1767 DataRefImpl RelocRef; in section_rel_begin() local
1768 RelocRef.d.a = Ref.d.a; in section_rel_begin()
1769 RelocRef.d.b = 0; in section_rel_begin()
1770 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_begin()
1775 DataRefImpl RelocRef; in section_rel_end() local
1776 RelocRef.d.a = Ref.d.a; in section_rel_end()
1777 RelocRef.d.b = Sec.Relocations.size(); in section_rel_end()
1778 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_end()