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

  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 1 //===- FragmentRef.h ------------------------------------------------------===//
23 /** \class FragmentRef
24 * \brief FragmentRef is a reference of a Fragment's contetnt.
27 class FragmentRef
42 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset);
44 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
46 /// Clear - clear all generated FragmentRef in the system.
49 static FragmentRef* Null();
52 FragmentRef& assign(const FragmentRef& pCopy)
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 1 //===- FragmentRef.cpp --------------------------------------------------===//
9 #include <mcld/Fragment/FragmentRef.h>
27 typedef GCFactory<FragmentRef, MCLD_SECTIONS_PER_INPUT> FragRefFactory;
31 FragmentRef FragmentRef::g_NullFragmentRef;
34 // FragmentRef
36 FragmentRef::FragmentRef()
40 FragmentRef::FragmentRef(Fragment& pFrag
    [all...]

Completed in 61 milliseconds