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

  /frameworks/compile/mclinker/lib/Fragment/
NullFragment.cpp 1 //===- NullFragment.cpp ---------------------------------------------------===//
9 #include <mcld/Fragment/NullFragment.h>
14 // NullFragment
16 NullFragment::NullFragment(SectionData* pSD)
  /frameworks/compile/mclinker/include/mcld/Fragment/
NullFragment.h 1 //===- NullFragment.h -----------------------------------------------------===//
21 /** \class NullFragment
22 * \brief NullFragment is a kind of MCFragment that presents the "end fragment"
25 class NullFragment : public Fragment
28 NullFragment(SectionData* pSD = NULL);
36 static bool classof(const NullFragment *)

Completed in 561 milliseconds