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"
22 typedef GCFactory<RpnExpr, MCLD_SYMBOLS_PER_INPUT> ExprFactory;
26 // RpnExpr
28 RpnExpr::RpnExpr() { function in class:mcld::RpnExpr
31 RpnExpr::~RpnExpr() {
34 bool RpnExpr::hasDot() const {
43 void RpnExpr::dump() const {
50 void RpnExpr
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnExpr.h23 /** \class RpnExpr
27 class RpnExpr { class in namespace:mcld
34 friend class Chunk<RpnExpr, MCLD_SYMBOLS_PER_INPUT>;
35 RpnExpr();
38 ~RpnExpr();
60 static RpnExpr* create();
61 static void destroy(RpnExpr*& pRpnExpr);
66 static RpnExpr* buildHelperExpr(SectionMap::iterator pIter);
68 static RpnExpr* buildHelperExpr(Fragment& pFrag);

Completed in 57 milliseconds