Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp2021 DataRefImpl RelocRef; in section_rel_begin() local
2022 RelocRef.d.a = Ref.d.a; in section_rel_begin()
2023 RelocRef.d.b = 0; in section_rel_begin()
2024 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_begin()
2029 DataRefImpl RelocRef; in section_rel_end() local
2030 RelocRef.d.a = Ref.d.a; in section_rel_end()
2031 RelocRef.d.b = Sec.Relocations.size(); in section_rel_end()
2032 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_end()