Searched defs:Stub (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp1 //===- Stub.cpp -----------------------------------------------------------===//
9 #include "mcld/Fragment/Stub.h"
20 Stub::Stub() : Fragment(Fragment::Stub), m_pSymInfo(NULL) { function in class:mcld::Stub
23 Stub::~Stub() {
28 void Stub::setSymInfo(ResolveInfo* pSymInfo) {
32 void Stub::applyFixup(Relocation& pSrcReloc,
67 void Stub
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h29 enum Type { Alignment, Fillment, Region, Target, Stub, Null }; enumerator in enum:mcld::Fragment::Type
H A DStub.h1 //===- Stub.h -------------------------------------------------------------===//
28 class Stub : public Fragment { class in namespace:mcld
59 Stub();
61 virtual ~Stub();
64 Stub* clone() { return doClone(); }
90 /// symInfo - ResolveInfo of this Stub
120 // Stub is a kind of Fragment with type of Stub
122 return F->getKind() == Fragment::Stub;
125 static bool classof(const Stub*) { retur argument
[all...]

Completed in 2787 milliseconds