Searched defs:FillFragment (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DFillFragment.cpp1 //===- FillFragment.cpp ---------------------------------------------------===//
9 #include <mcld/Fragment/FillFragment.h>
16 // FillFragment
18 FillFragment::FillFragment(int64_t pValue, function in class:FillFragment
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFillFragment.h1 //===- FillFragment.h -----------------------------------------------------===//
23 class FillFragment : public Fragment class in namespace:mcld
26 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize,
36 static bool classof(const FillFragment *) { return true; }

Completed in 89 milliseconds