/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 67 const relocation_iterator &RI) const { in getRelocationEntry() 83 relocation_iterator processScatteredVANILLA( 84 unsigned SectionID, relocation_iterator RelI, 98 const relocation_iterator &RI, 104 const relocation_iterator &RI,
|
D | RuntimeDyldMachO.cpp | 53 relocation_iterator RuntimeDyldMachO::processScatteredVANILLA( in processScatteredVANILLA() 54 unsigned SectionID, relocation_iterator RelI, in processScatteredVANILLA() 90 const ObjectFile &BaseTObj, const relocation_iterator &RI, in getRelocationValueRef() 128 const relocation_iterator &RI, in makeValueAddendPCRel()
|
D | RuntimeDyldELF.h | 166 relocation_iterator 167 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
D | RuntimeDyldImpl.h | 404 virtual relocation_iterator 405 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
D | RuntimeDyld.cpp | 236 relocation_iterator I = SI->relocation_begin(); in loadObjectImpl() 237 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
|
D | RuntimeDyldELF.cpp | 1166 relocation_iterator RuntimeDyldELF::processRelocationRef( in processRelocationRef() 1167 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, in processRelocationRef()
|
/external/llvm/lib/Object/ |
D | Object.cpp | 51 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() 158 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations() 159 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations()
|
D | MachOObjectFile.cpp | 579 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() 583 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin() 586 relocation_iterator 600 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end() 938 MachOObjectFile::getRelocationRelocatedSection(relocation_iterator Rel) const { in getRelocationRelocatedSection() 1203 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin() 1209 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()
|
D | COFFObjectFile.cpp | 362 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin() 369 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin() 372 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() 379 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
|
/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 65 typedef content_iterator<RelocationRef> relocation_iterator; typedef 100 relocation_iterator relocation_begin() const; 101 relocation_iterator relocation_end() const; 102 iterator_range<relocation_iterator> relocations() const { in relocations() 222 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0; 223 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0; 397 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin() 401 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end()
|
D | ELFObjectFile.h | 155 class elf_relocation_iterator : public relocation_iterator { 157 elf_relocation_iterator(const relocation_iterator &B) in elf_relocation_iterator() 158 : relocation_iterator(RelocationRef( in elf_relocation_iterator() 163 relocation_iterator::operator->()); 168 relocation_iterator::operator*()); 225 relocation_iterator section_rel_begin(DataRefImpl Sec) const override; 226 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 603 relocation_iterator 612 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin() 625 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin() [all …]
|
D | MachO.h | 229 relocation_iterator section_rel_begin(DataRefImpl Sec) const override; 230 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 244 section_iterator getRelocationRelocatedSection(relocation_iterator Rel) const; 264 relocation_iterator section_rel_begin(unsigned Index) const; 265 relocation_iterator section_rel_end(unsigned Index) const;
|
D | COFF.h | 669 relocation_iterator section_rel_begin(DataRefImpl Sec) const override; 670 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 33 relocation_iterator 34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() 146 relocation_iterator 147 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 33 relocation_iterator 34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() 127 relocation_iterator 128 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 52 relocation_iterator 53 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() 204 relocation_iterator 205 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 109 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef() 110 relocation_iterator RelI, in processRelocationRef()
|
D | RuntimeDyldCOFFI386.h | 37 relocation_iterator processRelocationRef(unsigned SectionID, in processRelocationRef() 38 relocation_iterator RelI, in processRelocationRef()
|
D | RuntimeDyldMachOAArch64.h | 245 relocation_iterator 246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef()
|