Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1681 DataRefImpl RelocRef; in section_rel_begin() local
1682 RelocRef.d.a = Ref.d.a; in section_rel_begin()
1683 RelocRef.d.b = 0; in section_rel_begin()
1684 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_begin()
1689 DataRefImpl RelocRef; in section_rel_end() local
1690 RelocRef.d.a = Ref.d.a; in section_rel_end()
1691 RelocRef.d.b = Sec.Relocations.size(); in section_rel_end()
1692 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_end()