HomeSort by relevance Sort by last modified time
    Searched full:relocation_iterator (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/Object/
Object.cpp 50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) {
51 return reinterpret_cast<relocation_iterator*>(SI);
55 wrap(const relocation_iterator *SI) {
57 (const_cast<relocation_iterator*>(SI));
156 relocation_iterator SI = (*unwrap(Section))->begin_relocations();
157 return wrap(new relocation_iterator(SI));
COFFObjectFile.cpp 409 relocation_iterator COFFObjectFile::getSectionRelBegin(DataRefImpl Sec) const {
417 return relocation_iterator(RelocationRef(ret, this));
420 relocation_iterator COFFObjectFile::getSectionRelEnd(DataRefImpl Sec) const {
431 return relocation_iterator(RelocationRef(ret, this));
778 relocation_iterator &It) const {
MachOObjectFile.cpp 817 relocation_iterator MachOObjectFile::getSectionRelBegin(DataRefImpl Sec) const {
829 return relocation_iterator(RelocationRef(Ret, this));
832 relocation_iterator
851 return relocation_iterator(RelocationRef(Ret, this));
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 44 void printRelocation(section_iterator SecI, relocation_iterator RelI);
47 section_iterator SecI, relocation_iterator RelI);
265 for (relocation_iterator RelI = SecI->begin_relocations(),
312 for (relocation_iterator RelI = SecI->begin_relocations(),
334 relocation_iterator RelI) {
340 relocation_iterator RelI) {
ELFDumper.cpp 62 void printRelocation(section_iterator SecI, relocation_iterator RelI);
493 for (relocation_iterator RelI = SecI->begin_relocations(),
543 for (relocation_iterator RelI = SecI->begin_relocations(),
566 relocation_iterator RelI) {
COFFDumper.cpp 61 void printRelocation(section_iterator SecI, relocation_iterator RelI);
550 for (relocation_iterator RelI = SecI->begin_relocations(),
686 for (relocation_iterator RelI = SecI->begin_relocations(),
736 for (relocation_iterator RelI = SecI->begin_relocations(),
758 relocation_iterator RelI) {
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 94 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
95 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
134 relocation_iterator getSectionRelBegin(unsigned Index) const;
135 relocation_iterator getSectionRelEnd(unsigned Index) const;
ObjectFile.h 129 typedef content_iterator<RelocationRef> relocation_iterator; typedef in namespace:llvm::object
169 relocation_iterator begin_relocations() const;
170 relocation_iterator end_relocations() const;
325 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
326 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const = 0;
530 inline relocation_iterator SectionRef::begin_relocations() const {
534 inline relocation_iterator SectionRef::end_relocations() const {
COFF.h 242 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
243 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
277 const coff_relocation *getCOFFRelocation(relocation_iterator &It) const;
ELF.h 706 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const;
707 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const;
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 70 for (object::relocation_iterator rIter = iter->begin_relocations();
  /external/llvm/lib/MC/
MCObjectSymbolizer.cpp 84 for (relocation_iterator RI = SI->begin_relocations(),
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 255 for (relocation_iterator RI = SI->begin_relocations(),
MachODump.cpp 335 for (relocation_iterator RI = Sections[SectIdx].begin_relocations(),
llvm-objdump.cpp 401 for (relocation_iterator ri = i->begin_relocations(),
526 for (relocation_iterator ri = si->begin_relocations(),
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 152 for (relocation_iterator i = si->begin_relocations(),
232 for (relocation_iterator I = SI->begin_relocations(),
RuntimeDyldELF.cpp 555 for (relocation_iterator i = si->begin_relocations(),
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 100 for (relocation_iterator I = Obj.getSectionRelBegin(Index),
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 608 for (object::relocation_iterator reloc_i = i->begin_relocations(),

Completed in 1409 milliseconds