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

/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h1 //===- FragmentRef.h ------------------------------------------------------===//
26 /** \class FragmentRef
27 * \brief FragmentRef is a reference of a Fragment's contetnt.
30 class FragmentRef class in namespace:mcld
45 static FragmentRef* Create(Fragment& pFrag, uint64_t pOffset);
47 static FragmentRef* Create(LDSection& pSection, uint64_t pOffset);
49 /// Clear - clear all generated FragmentRef in the system.
52 static FragmentRef* Null();
55 FragmentRef& assign(const FragmentRef
[all...]
/frameworks/compile/mclinker/lib/Fragment/
H A DFragmentRef.cpp1 //===- FragmentRef.cpp --------------------------------------------------===//
9 #include <mcld/Fragment/FragmentRef.h>
28 typedef GCFactory<FragmentRef, MCLD_SECTIONS_PER_INPUT> FragRefFactory;
32 FragmentRef FragmentRef::g_NullFragmentRef;
35 // FragmentRef
37 FragmentRef::FragmentRef() function in class:FragmentRef
41 FragmentRef::FragmentRef(Fragmen function in class:FragmentRef
[all...]

Completed in 594 milliseconds