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

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h1 //===- FragmentRef.h ------------------------------------------------------===//
23 /** \class FragmentRef
24 * \brief FragmentRef is a reference of a Fragment's contetnt.
27 class FragmentRef class in namespace:mcld
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
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp1 //===- 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() function in class:FragmentRef
40 FragmentRef::FragmentRef(Fragmen function in class:FragmentRef
[all...]

Completed in 70 milliseconds