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

  /frameworks/compile/mclinker/lib/MC/
MCRegionFragment.cpp 1 //===- MCRegionFragment.cpp - MCRegionFragment implementation -------------===//
10 #include "mcld/MC/MCRegionFragment.h"
16 // MCRegionFragment
17 MCRegionFragment::MCRegionFragment(MemoryRegion& pRegion, MCSectionData* pSD)
21 MCRegionFragment::~MCRegionFragment()
  /frameworks/compile/mclinker/include/mcld/MC/
MCRegionFragment.h 1 //===- MCRegionFragment.h - MCFragment containing MemoryRegion ------------===//
22 /** \class MCRegionFragment
23 * \brief MCRegionFragment is a kind of MCFragment containing
26 class MCRegionFragment : public llvm::MCFragment
29 MCRegionFragment(MemoryRegion& pRegion, llvm::MCSectionData* pSD = 0);
30 ~MCRegionFragment();
41 static bool classof(const MCRegionFragment *)

Completed in 73 milliseconds