/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.h | 67 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,
|
D | RuntimeDyldMachO.cpp | 53 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()
|
D | RuntimeDyldELF.h | 169 Expected<relocation_iterator> 170 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
D | RuntimeDyldImpl.h | 394 virtual Expected<relocation_iterator> 395 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
|
D | RuntimeDyld.cpp | 300 relocation_iterator I = SI->relocation_begin(); in loadObjectImpl() 301 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
|
/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() 166 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations() 167 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations()
|
D | MachOObjectFile.cpp | 717 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()
|
D | COFFObjectFile.cpp | 365 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/ |
D | ObjectFile.h | 65 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()
|
D | ELFObjectFile.h | 163 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 …]
|
D | MachO.h | 231 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/ |
D | ObjectFile.h | 161 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()
|
D | MachO.h | 63 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const; 64 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
|
D | COFF.h | 116 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const; 117 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 34 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()
|
D | RuntimeDyldMachOI386.h | 34 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()
|
D | RuntimeDyldMachOARM.h | 53 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()
|
D | RuntimeDyldMachOAArch64.h | 245 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()
|
D | RuntimeDyldCOFFX86_64.h | 109 Expected<relocation_iterator> 111 relocation_iterator RelI, in processRelocationRef()
|
D | RuntimeDyldCOFFI386.h | 37 Expected<relocation_iterator> 39 relocation_iterator RelI, in processRelocationRef()
|
D | RuntimeDyldCOFFThumb.h | 37 Expected<relocation_iterator> 39 relocation_iterator RelI, in processRelocationRef()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 383 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()
|
D | MachOObjectFile.cpp | 484 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()
|
D | ELFObjectFile.cpp | 347 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/ |
D | llvm-objdump.cpp | 198 for (relocation_iterator ri = i->begin_relocations(), in DisassembleObject() 330 for (relocation_iterator ri = si->begin_relocations(), in PrintRelocations()
|