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

  /frameworks/compile/mclinker/include/mcld/MC/
MCDataFragment.h 42 typedef RelocationsType::iterator relocation_iterator; typedef in class:mcld::MCDataFragment
63 relocation_iterator relocation_begin() { return m_Relocations.begin(); }
66 relocation_iterator relocation_end() {return m_Relocations.end();}
MCInstFragment.h 44 typedef RelocationsType::iterator relocation_iterator; typedef in class:mcld::MCInstFragment
73 relocation_iterator relocation_begin() { return m_Relocations.begin(); }
76 relocation_iterator relocation_end() {return m_Relocations.end();}
  /external/llvm/include/llvm/Object/
ObjectFile.h 130 typedef content_iterator<RelocationRef> relocation_iterator; typedef in namespace:llvm::object
167 relocation_iterator begin_relocations() const;
168 relocation_iterator end_relocations() const;
317 virtual relocation_iterator getSectionRelBegin(DataRefImpl Sec) const = 0;
318 virtual relocation_iterator getSectionRelEnd(DataRefImpl Sec) const = 0;
514 inline relocation_iterator SectionRef::begin_relocations() const {
518 inline relocation_iterator SectionRef::end_relocations() const {

Completed in 48 milliseconds