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

  /frameworks/compile/mclinker/lib/Fragment/
RegionFragment.cpp 1 //===- RegionFragment.cpp -------------------------------------------------===//
9 #include <mcld/Fragment/RegionFragment.h>
14 // RegionFragment
16 RegionFragment::RegionFragment(llvm::StringRef pRegion, SectionData* pSD)
20 RegionFragment::~RegionFragment()
24 size_t RegionFragment::size() const
  /frameworks/compile/mclinker/include/mcld/Fragment/
RegionFragment.h 1 //===- RegionFragment.h ---------------------------------------------------===//
17 /** \class RegionFragment
18 * \brief RegionFragment is a kind of Fragment containing input memory region
20 class RegionFragment : public Fragment
23 RegionFragment(llvm::StringRef pRegion, SectionData* pSD = NULL);
25 ~RegionFragment();
33 static bool classof(const RegionFragment *)

Completed in 81 milliseconds