Home
last modified time | relevance | path

Searched refs:relocation_iterator (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h67 const relocation_iterator &RI) const { in getRelocationEntry()
83 Expected<relocation_iterator>
84 processScatteredVANILLA(unsigned SectionID, relocation_iterator RelI,
99 const relocation_iterator &RI,
105 const relocation_iterator &RI,
DRuntimeDyldMachO.cpp53 Expected<relocation_iterator>
55 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA()
96 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef()
139 const relocation_iterator &RI, in makeValueAddendPCRel()
DRuntimeDyldELF.h169 Expected<relocation_iterator>
170 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
DRuntimeDyldImpl.h394 virtual Expected<relocation_iterator>
395 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
DRuntimeDyld.cpp300 relocation_iterator I = SI->relocation_begin(); in loadObjectImpl()
301 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/external/llvm/lib/Object/
DObject.cpp51 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
52 return reinterpret_cast<relocation_iterator*>(SI); in unwrap()
56 wrap(const relocation_iterator *SI) { in wrap()
58 (const_cast<relocation_iterator*>(SI)); in wrap()
166 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations()
167 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations()
DMachOObjectFile.cpp717 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
721 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
724 relocation_iterator
738 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
1076 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection()
1303 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
1309 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()
DCOFFObjectFile.cpp365 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin()
372 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
375 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end()
382 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
/external/llvm/include/llvm/Object/
DObjectFile.h65 typedef content_iterator<RelocationRef> relocation_iterator; typedef
102 relocation_iterator relocation_begin() const;
103 relocation_iterator relocation_end() const;
104 iterator_range<relocation_iterator> relocations() const { in relocations()
226 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
227 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
411 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin()
415 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
DELFObjectFile.h163 class elf_relocation_iterator : public relocation_iterator {
165 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator()
166 : relocation_iterator(RelocationRef( in elf_relocation_iterator()
171 relocation_iterator::operator->());
176 relocation_iterator::operator*());
235 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
236 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
627 relocation_iterator
633 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
637 relocation_iterator
[all …]
DMachO.h231 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
232 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
246 section_iterator getRelocationRelocatedSection(relocation_iterator Rel) const;
268 relocation_iterator section_rel_begin(unsigned Index) const;
269 relocation_iterator section_rel_end(unsigned Index) const;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h161 typedef content_iterator<RelocationRef> relocation_iterator; typedef
196 relocation_iterator begin_relocations() const;
197 relocation_iterator end_relocations() const;
250 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
251 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const = 0;
406 inline relocation_iterator SectionRef::begin_relocations() const { in begin_relocations()
410 inline relocation_iterator SectionRef::end_relocations() const { in end_relocations()
DMachO.h63 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
64 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
DCOFF.h116 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
117 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h34 Expected<relocation_iterator>
35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
158 Expected<relocation_iterator>
159 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldMachOI386.h34 Expected<relocation_iterator>
35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
143 Expected<relocation_iterator>
144 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h53 Expected<relocation_iterator>
54 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
217 Expected<relocation_iterator>
218 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h245 Expected<relocation_iterator>
246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
420 Expected<relocation_iterator>
421 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
DRuntimeDyldCOFFX86_64.h109 Expected<relocation_iterator>
111 relocation_iterator RelI, in processRelocationRef()
DRuntimeDyldCOFFI386.h37 Expected<relocation_iterator>
39 relocation_iterator RelI, in processRelocationRef()
DRuntimeDyldCOFFThumb.h37 Expected<relocation_iterator>
39 relocation_iterator RelI, in processRelocationRef()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp383 relocation_iterator COFFObjectFile::getSectionRelBegin(DataRefImpl Sec) const { in getSectionRelBegin()
392 return relocation_iterator(RelocationRef(ret, this)); in getSectionRelBegin()
395 relocation_iterator COFFObjectFile::getSectionRelEnd(DataRefImpl Sec) const { in getSectionRelEnd()
407 return relocation_iterator(RelocationRef(ret, this)); in getSectionRelEnd()
DMachOObjectFile.cpp484 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const { in getSectionRelBegin()
488 return relocation_iterator(RelocationRef(ret, this)); in getSectionRelBegin()
490 relocation_iterator MachOObjectFile::getSectionRelEnd(DataRefImpl Sec) const { in getSectionRelEnd()
504 return relocation_iterator(RelocationRef(ret, this)); in getSectionRelEnd()
DELFObjectFile.cpp347 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
348 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
758 relocation_iterator ELFObjectFile<target_endianness, is64Bits>
769 return relocation_iterator(RelocationRef(RelData, this)); in getSectionRelBegin()
773 relocation_iterator ELFObjectFile<target_endianness, is64Bits>
787 return relocation_iterator(RelocationRef(RelData, this)); in getSectionRelEnd()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp198 for (relocation_iterator ri = i->begin_relocations(), in DisassembleObject()
330 for (relocation_iterator ri = si->begin_relocations(), in PrintRelocations()

12