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

  /frameworks/compile/mclinker/lib/Fragment/
FillFragment.cpp 1 //===- FillFragment.cpp ---------------------------------------------------===//
9 #include <mcld/Fragment/FillFragment.h>
16 // FillFragment
18 FillFragment::FillFragment(int64_t pValue,
  /frameworks/compile/mclinker/include/mcld/Fragment/
FillFragment.h 1 //===- FillFragment.h -----------------------------------------------------===//
20 class FillFragment : public Fragment
23 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize,
33 static bool classof(const FillFragment *) { return true; }

Completed in 130 milliseconds