Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1207 DataRefImpl RelocRef; in section_rel_begin() local
1208 RelocRef.d.a = Ref.d.a; in section_rel_begin()
1209 RelocRef.d.b = 0; in section_rel_begin()
1210 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_begin()
1215 DataRefImpl RelocRef; in section_rel_end() local
1216 RelocRef.d.a = Ref.d.a; in section_rel_end()
1217 RelocRef.d.b = Sec.Relocations.size(); in section_rel_end()
1218 return relocation_iterator(RelocationRef(RelocRef, this)); in section_rel_end()