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

  /frameworks/compile/mclinker/include/mcld/LD/
SectionData.h 57 const FragmentListType& getFragmentList() const { return m_Fragments; }
58 FragmentListType& getFragmentList() { return m_Fragments; }
  /external/llvm/include/llvm/MC/
MCSection.h 152 MCSection::FragmentListType &getFragmentList() { return Fragments; }
153 const MCSection::FragmentListType &getFragmentList() const {
154 return const_cast<MCSection *>(this)->getFragmentList();

Completed in 567 milliseconds