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) : Fragment(Fragment::Null, pSD) {
  /frameworks/compile/mclinker/include/mcld/Fragment/
NullFragment.h 1 //===- NullFragment.h -----------------------------------------------------===//
18 /** \class NullFragment
19 * \brief NullFragment is a kind of MCFragment that presents the "end fragment"
22 class NullFragment : public Fragment {
24 explicit NullFragment(SectionData* pSD = NULL);
33 static bool classof(const NullFragment*) { return true; }

Completed in 859 milliseconds