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

/frameworks/compile/mclinker/lib/Script/
H A DRpnExpr.cpp9 #include <mcld/Script/RpnExpr.h>
20 typedef GCFactory<RpnExpr, MCLD_SYMBOLS_PER_INPUT> ExprFactory;
24 // RpnExpr
26 RpnExpr::RpnExpr() function in class:RpnExpr
30 RpnExpr::~RpnExpr()
34 bool RpnExpr::hasDot() const
44 void RpnExpr::dump() const
52 void RpnExpr
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnExpr.h23 /** \class RpnExpr
27 class RpnExpr class in namespace:mcld
35 friend class Chunk<RpnExpr, MCLD_SYMBOLS_PER_INPUT>;
36 RpnExpr();
39 ~RpnExpr();
61 static RpnExpr* create();
62 static void destroy(RpnExpr*& pRpnExpr);
67 static RpnExpr* buildHelperExpr(SectionMap::iterator pIter);
69 static RpnExpr* buildHelperExpr(Fragment& pFrag);

Completed in 377 milliseconds