Home
last modified time | relevance | path

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

12

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Object/
DObjectFile.h77 using relocation_iterator = content_iterator<RelocationRef>; variable
131 relocation_iterator relocation_begin() const;
132 relocation_iterator relocation_end() const;
133 iterator_range<relocation_iterator> relocations() const { in relocations()
282 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
283 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
586 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin()
590 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
DGOFFObjectFile.h105 relocation_iterator section_rel_begin(DataRefImpl Sec) const override { in section_rel_begin()
106 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_begin()
108 relocation_iterator section_rel_end(DataRefImpl Sec) const override { in section_rel_end()
109 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_end()
DMachO.h474 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
475 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
477 relocation_iterator extrel_begin() const;
478 relocation_iterator extrel_end() const;
479 iterator_range<relocation_iterator> external_relocations() const { in external_relocations()
483 relocation_iterator locrel_begin() const;
484 relocation_iterator locrel_end() const;
499 section_iterator getRelocationRelocatedSection(relocation_iterator Rel) const;
525 relocation_iterator section_rel_begin(unsigned Index) const;
526 relocation_iterator section_rel_end(unsigned Index) const;
DELFObjectFile.h243 class elf_relocation_iterator : public relocation_iterator {
245 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator()
246 : relocation_iterator(RelocationRef( in elf_relocation_iterator()
251 relocation_iterator::operator->());
256 relocation_iterator::operator*());
335 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
336 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
1025 relocation_iterator
1030 return relocation_iterator(RelocationRef()); in section_rel_begin()
1052 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
[all …]
DWasm.h198 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
199 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DXCOFFObjectFile.h617 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
618 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DObjectFile.h77 using relocation_iterator = content_iterator<RelocationRef>; variable
131 relocation_iterator relocation_begin() const;
132 relocation_iterator relocation_end() const;
133 iterator_range<relocation_iterator> relocations() const { in relocations()
282 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
283 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
585 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin()
589 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
DGOFFObjectFile.h101 relocation_iterator section_rel_begin(DataRefImpl Sec) const override { in section_rel_begin()
102 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_begin()
104 relocation_iterator section_rel_end(DataRefImpl Sec) const override { in section_rel_end()
105 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_end()
DMachO.h474 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
475 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
477 relocation_iterator extrel_begin() const;
478 relocation_iterator extrel_end() const;
479 iterator_range<relocation_iterator> external_relocations() const { in external_relocations()
483 relocation_iterator locrel_begin() const;
484 relocation_iterator locrel_end() const;
499 section_iterator getRelocationRelocatedSection(relocation_iterator Rel) const;
525 relocation_iterator section_rel_begin(unsigned Index) const;
526 relocation_iterator section_rel_end(unsigned Index) const;
DELFObjectFile.h231 class elf_relocation_iterator : public relocation_iterator {
233 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator()
234 : relocation_iterator(RelocationRef( in elf_relocation_iterator()
239 relocation_iterator::operator->());
244 relocation_iterator::operator*());
319 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
320 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
995 relocation_iterator
1000 return relocation_iterator(RelocationRef()); in section_rel_begin()
1004 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
[all …]
DWasm.h198 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
199 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DXCOFFObjectFile.h614 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
615 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DObjectFile.h77 using relocation_iterator = content_iterator<RelocationRef>; variable
131 relocation_iterator relocation_begin() const;
132 relocation_iterator relocation_end() const;
133 iterator_range<relocation_iterator> relocations() const { in relocations()
282 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
283 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
585 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin()
589 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
DGOFFObjectFile.h105 relocation_iterator section_rel_begin(DataRefImpl Sec) const override { in section_rel_begin()
106 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_begin()
108 relocation_iterator section_rel_end(DataRefImpl Sec) const override { in section_rel_end()
109 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_end()
DMachO.h474 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
475 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
477 relocation_iterator extrel_begin() const;
478 relocation_iterator extrel_end() const;
479 iterator_range<relocation_iterator> external_relocations() const { in external_relocations()
483 relocation_iterator locrel_begin() const;
484 relocation_iterator locrel_end() const;
499 section_iterator getRelocationRelocatedSection(relocation_iterator Rel) const;
525 relocation_iterator section_rel_begin(unsigned Index) const;
526 relocation_iterator section_rel_end(unsigned Index) const;
DELFObjectFile.h240 class elf_relocation_iterator : public relocation_iterator {
242 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator()
243 : relocation_iterator(RelocationRef( in elf_relocation_iterator()
248 relocation_iterator::operator->());
253 relocation_iterator::operator*());
328 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
329 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
1016 relocation_iterator
1021 return relocation_iterator(RelocationRef()); in section_rel_begin()
1025 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
[all …]
DWasm.h198 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
199 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DXCOFFObjectFile.h614 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
615 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DCOFF.h1016 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
1017 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DObjectFile.h77 using relocation_iterator = content_iterator<RelocationRef>; variable
131 relocation_iterator relocation_begin() const;
132 relocation_iterator relocation_end() const;
133 iterator_range<relocation_iterator> relocations() const { in relocations()
282 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
283 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
584 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin()
588 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
DGOFFObjectFile.h101 relocation_iterator section_rel_begin(DataRefImpl Sec) const override { in section_rel_begin()
102 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_begin()
104 relocation_iterator section_rel_end(DataRefImpl Sec) const override { in section_rel_end()
105 return relocation_iterator(RelocationRef(Sec, this)); in section_rel_end()
DMachO.h474 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
475 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
477 relocation_iterator extrel_begin() const;
478 relocation_iterator extrel_end() const;
479 iterator_range<relocation_iterator> external_relocations() const { in external_relocations()
483 relocation_iterator locrel_begin() const;
484 relocation_iterator locrel_end() const;
499 section_iterator getRelocationRelocatedSection(relocation_iterator Rel) const;
525 relocation_iterator section_rel_begin(unsigned Index) const;
526 relocation_iterator section_rel_end(unsigned Index) const;
DELFObjectFile.h228 class elf_relocation_iterator : public relocation_iterator {
230 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator()
231 : relocation_iterator(RelocationRef( in elf_relocation_iterator()
236 relocation_iterator::operator->());
241 relocation_iterator::operator*());
315 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
316 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
986 relocation_iterator
991 return relocation_iterator(RelocationRef()); in section_rel_begin()
995 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
[all …]
DWasm.h193 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
194 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DXCOFFObjectFile.h610 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
611 relocation_iterator section_rel_end(DataRefImpl Sec) const override;

12