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
41 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset);
43 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
45 /// Clear - clear all generated FragmentRef in the system.
48 static FragmentRef* Null();
51 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() : m_pFragment(NULL), m_Offset(0) { function in class:mcld::FragmentRef
39 FragmentRef::FragmentRef(Fragmen function in class:mcld::FragmentRef
[all...]

Completed in 265 milliseconds