Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDObject.cpp50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap()
51 return reinterpret_cast<relocation_iterator*>(SI); in unwrap()
55 wrap(const relocation_iterator *SI) { in wrap()
57 (const_cast<relocation_iterator*>(SI)); in wrap()
156 relocation_iterator SI = (*unwrap(Section))->begin_relocations(); in LLVMGetRelocations()
157 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations()
HDCOFFObjectFile.cpp340 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
348 return relocation_iterator(RelocationRef(ret, this)); in section_rel_begin()
351 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
362 return relocation_iterator(RelocationRef(ret, this)); in section_rel_end()
801 relocation_iterator &It) const { in getCOFFRelocation()
HDMachOObjectFile.cpp800 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
812 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin()
815 relocation_iterator
834 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
1308 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
1314 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()
/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp44 void printRelocation(section_iterator SecI, relocation_iterator RelI);
47 section_iterator SecI, relocation_iterator RelI);
265 for (relocation_iterator RelI = SecI->begin_relocations(), in printSections()
312 for (relocation_iterator RelI = SecI->begin_relocations(), in printRelocations()
334 relocation_iterator RelI) { in printRelocation()
340 relocation_iterator RelI) { in printRelocation()
HDCOFFDumper.cpp61 void printRelocation(section_iterator SecI, relocation_iterator RelI);
550 for (relocation_iterator RelI = SecI->begin_relocations(), in cacheRelocations()
686 for (relocation_iterator RelI = SecI->begin_relocations(), in printSections()
736 for (relocation_iterator RelI = SecI->begin_relocations(), in printRelocations()
758 relocation_iterator RelI) { in printRelocation()
/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h129 typedef content_iterator<RelocationRef> relocation_iterator; typedef
169 relocation_iterator begin_relocations() const;
170 relocation_iterator end_relocations() const;
320 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
321 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
521 inline relocation_iterator SectionRef::begin_relocations() const { in begin_relocations()
525 inline relocation_iterator SectionRef::end_relocations() const { in end_relocations()
HDMachO.h91 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;
92 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const;
131 relocation_iterator section_rel_begin(unsigned Index) const;
132 relocation_iterator section_rel_end(unsigned Index) const;
HDCOFF.h273 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;
274 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const;
308 const coff_relocation *getCOFFRelocation(relocation_iterator &It) const;
HDELFObjectFile.h90 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const;
91 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const;
541 relocation_iterator
547 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin()
551 relocation_iterator
562 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp172 for (relocation_iterator i = si->begin_relocations(), in loadObject()
255 for (relocation_iterator I = SI->begin_relocations(), in emitSection()
HDRuntimeDyldELF.cpp599 for (relocation_iterator i = si->begin_relocations(), in findOPDEntrySection()
/trueos/contrib/llvm/tools/llvm-objdump/
HDCOFFDump.cpp297 for (relocation_iterator RI = SI->begin_relocations(), in printCOFFUnwindInfo()
HDllvm-objdump.cpp421 for (relocation_iterator ri = i->begin_relocations(), in DisassembleObject()
546 for (relocation_iterator ri = si->begin_relocations(), in PrintRelocations()
HDMachODump.cpp333 for (relocation_iterator RI = Sections[SectIdx].begin_relocations(), in DisassembleInputMachO2()
/trueos/contrib/llvm/lib/MC/
HDMCObjectSymbolizer.cpp280 for (relocation_iterator RI = SI->begin_relocations(), in buildRelocationByAddrMap()
/trueos/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp100 for (relocation_iterator I = Obj.section_rel_begin(Index), in DumpSectionData()
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp666 for (object::relocation_iterator reloc_i = i->begin_relocations(), in DWARFContextInMemory()