Home
last modified time | relevance | path

Searched refs:section_iterator (Results 1 – 22 of 22) sorted by relevance

/trueos/contrib/llvm/lib/Object/
HDObject.cpp30 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()
31 return reinterpret_cast<section_iterator*>(SI); in unwrap()
35 wrap(const section_iterator *SI) { in wrap()
37 (const_cast<section_iterator*>(SI)); in wrap()
71 section_iterator SI = unwrap(ObjectFile)->begin_sections(); in LLVMGetSections()
72 return wrap(new section_iterator(SI)); in LLVMGetSections()
HDObjectFile.cpp36 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { in getRelocatedSection()
37 return section_iterator(SectionRef(Sec, this)); in getRelocatedSection()
HDCOFFObjectFile.cpp211 section_iterator &Result) const { in getSymbolSection()
220 Result = section_iterator(SectionRef(Sec, this)); in getSymbolSection()
396 for (section_iterator i = begin_sections(), e = end_sections(); i != e; in getRvaPtr()
582 section_iterator COFFObjectFile::begin_sections() const { in begin_sections()
585 return section_iterator(SectionRef(ret, this)); in begin_sections()
588 section_iterator COFFObjectFile::end_sections() const { in end_sections()
593 return section_iterator(SectionRef(ret, this)); in end_sections()
792 const coff_section *COFFObjectFile::getCOFFSection(section_iterator &It) const { in getCOFFSection()
HDMachOObjectFile.cpp327 for (section_iterator SI = O->begin_sections(), SE = O->end_sections(); in printRelocationTargetName()
356 section_iterator SI = O->begin_sections(); in printRelocationTargetName()
631 section_iterator &Res) const { in getSymbolSection()
640 Res = section_iterator(SectionRef(DRI, this)); in getSymbolSection()
1225 section_iterator MachOObjectFile::begin_sections() const { in begin_sections()
1227 return section_iterator(SectionRef(DRI, this)); in begin_sections()
1230 section_iterator MachOObjectFile::end_sections() const { in end_sections()
1233 return section_iterator(SectionRef(DRI, this)); in end_sections()
/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp44 void printRelocation(section_iterator SecI, relocation_iterator RelI);
47 section_iterator SecI, relocation_iterator RelI);
227 for (section_iterator SecI = Obj->begin_sections(), in printSections()
302 for (section_iterator SecI = Obj->begin_sections(), in printRelocations()
333 void MachODumper::printRelocation(section_iterator SecI, in printRelocation()
339 section_iterator SecI, in printRelocation()
409 section_iterator SecI(Obj->end_sections()); in printSymbol()
HDCOFFDumper.cpp61 void printRelocation(section_iterator SecI, relocation_iterator RelI);
186 section_iterator iter(Obj->begin_sections()); in resolveSectionAndAddress()
542 for (section_iterator SecI = Obj->begin_sections(), in cacheRelocations()
656 for (section_iterator SecI = Obj->begin_sections(), in printSections()
724 for (section_iterator SecI = Obj->begin_sections(), in printRelocations()
757 void COFFDumper::printRelocation(section_iterator SecI, in printRelocation()
942 for (section_iterator SecI = Obj->begin_sections(), in printX64UnwindInfo()
/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h134 typedef content_iterator<SectionRef> section_iterator; typedef
171 section_iterator getRelocatedSection() const;
229 error_code getSection(section_iterator &Result) const;
298 section_iterator &Res) const = 0;
322 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
357 virtual section_iterator begin_sections() const = 0;
358 virtual section_iterator end_sections() const = 0;
433 inline error_code SymbolRef::getSection(section_iterator &Result) const { in getSection()
529 inline section_iterator SectionRef::getRelocatedSection() const { in getRelocatedSection()
HDELFObjectFile.h68 section_iterator &Res) const;
92 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
178 virtual section_iterator begin_sections() const;
179 virtual section_iterator end_sections() const;
405 section_iterator &Res) const { in getSymbolSection()
413 Res = section_iterator(SectionRef(Sec, this)); in getSymbolSection()
566 section_iterator
577 return section_iterator(SectionRef(toDRI(R), this)); in getRelocatedSection()
843 section_iterator ELFObjectFile<ELFT>::begin_sections() const { in begin_sections()
844 return section_iterator(SectionRef(toDRI(EF.begin_sections()), this)); in begin_sections()
[all …]
HDCOFF.h254 section_iterator &Res) const;
303 virtual section_iterator begin_sections() const;
304 virtual section_iterator end_sections() const;
306 const coff_section *getCOFFSection(section_iterator &It) const;
HDMachO.h72 section_iterator &Res) const;
118 virtual section_iterator begin_sections() const;
119 virtual section_iterator end_sections() const;
/trueos/contrib/llvm/include/llvm/ExecutionEngine/
HDObjectImage.h40 virtual object::section_iterator begin_sections() const = 0;
41 virtual object::section_iterator end_sections() const = 0;
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDObjectImageCommon.h52 virtual object::section_iterator begin_sections() const in begin_sections()
54 virtual object::section_iterator end_sections() const in end_sections()
HDRuntimeDyld.cpp136 section_iterator si = obj->end_sections(); in loadObject()
164 for (section_iterator si = obj->begin_sections(), in loadObject()
170 section_iterator RelocatedSection = si->getRelocatedSection(); in loadObject()
248 for (section_iterator SI = ObjFile->begin_sections(), in emitSection()
251 section_iterator RelSecI = SI->getRelocatedSection(); in emitSection()
HDRuntimeDyldELF.cpp588 for (section_iterator si = Obj.begin_sections(), in findOPDEntrySection()
590 section_iterator RelSecI = si->getRelocatedSection(); in findOPDEntrySection()
635 section_iterator tsi(Obj.end_sections()); in findOPDEntrySection()
897 section_iterator si(Obj.end_sections()); in processRelocationRef()
/trueos/contrib/llvm/lib/MC/
HDMCObjectSymbolizer.cpp56 for (section_iterator SI = MOOF->begin_sections(), SE = MOOF->end_sections(); in MCMachObjectSymbolizer()
243 for (section_iterator SI = Obj->begin_sections(), SE = Obj->end_sections(); in buildSectionList()
267 for (section_iterator SI = Obj->begin_sections(), SE = Obj->end_sections(); in buildRelocationByAddrMap()
271 section_iterator RelSecI = SI->getRelocatedSection(); in buildRelocationByAddrMap()
HDMCObjectDisassembler.cpp94 for (section_iterator SI = Obj.begin_sections(), in buildSectionAtoms()
510 for (section_iterator SI = MOOF.begin_sections(), SE = MOOF.end_sections(); in MCMachOObjectDisassembler()
/trueos/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp386 for (section_iterator i = Obj->begin_sections(), in DisassembleObject()
538 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintRelocations()
571 for (section_iterator si = o->begin_sections(), se = o->end_sections(); in PrintSectionHeaders()
594 for (section_iterator si = o->begin_sections(), in PrintSectionContents()
697 section_iterator Section = o->end_sections(); in PrintSymbolTable()
HDCOFFDump.cpp165 section_iterator iter(Obj->begin_sections()); in resolveSectionAndAddress()
285 for (section_iterator SI = Obj->begin_sections(), in printCOFFUnwindInfo()
HDMachODump.cpp162 for (section_iterator SI = MachOObj->begin_sections(), in getSectionsAndSymbols()
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp579 for (object::section_iterator i = Obj->begin_sections(), in DWARFContextInMemory()
638 section_iterator RelocatedSection = i->getRelocatedSection(); in DWARFContextInMemory()
/trueos/contrib/llvm/tools/llvm-nm/
HDllvm-nm.cpp405 section_iterator SecI = Obj.end_sections(); in getSymbolNMTypeChar()
479 section_iterator Sec = Obj.end_sections(); in getSymbolNMTypeChar()
/trueos/contrib/llvm/tools/llvm-symbolizer/
HDLLVMSymbolize.cpp273 for (section_iterator I = Obj->begin_sections(), E = Obj->end_sections(); in getGNUDebuglinkContents()