HomeSort by relevance Sort by last modified time
    Searched defs:RpnExpr (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Script/
RpnExpr.cpp 1 //===- RPNExpr.cpp --------------------------------------------------------===//
9 #include "mcld/Script/RpnExpr.h"
22 typedef GCFactory<RpnExpr, MCLD_SYMBOLS_PER_INPUT> ExprFactory;
26 // RpnExpr
28 RpnExpr::RpnExpr() {
31 RpnExpr::~RpnExpr() {
34 bool RpnExpr::hasDot() const {
43 void RpnExpr::dump() const
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
RpnExpr.h 1 //===- RPNExpr.h ----------------------------------------------------------===//
23 /** \class RpnExpr
27 class RpnExpr {
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)
    [all...]

Completed in 47 milliseconds