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

/frameworks/compile/mclinker/lib/LD/
H A DFillFragment.cpp1 //===- FillFragment.cpp ---------------------------------------------------===//
10 #include <mcld/LD/FillFragment.h>
17 // FillFragment
19 FillFragment::FillFragment(int64_t pValue, function in class:FillFragment
/frameworks/compile/mclinker/include/mcld/LD/
H A DFillFragment.h1 //===- FillFragment.h -----------------------------------------------------===//
24 class FillFragment : public Fragment class in namespace:mcld
27 FillFragment(int64_t pValue, unsigned int pValueSize, uint64_t pSize,
39 static bool classof(const FillFragment *) { return true; }

Completed in 107 milliseconds