HomeSort by relevance Sort by last modified time
    Searched refs:getRpnExpr (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
AssertCmd.h 33 const RpnExpr& getRpnExpr() const { return m_RpnExpr; }
34 RpnExpr& getRpnExpr() { return m_RpnExpr; }
Assignment.h 49 const RpnExpr& getRpnExpr() const { return m_RpnExpr; }
50 RpnExpr& getRpnExpr() { return m_RpnExpr; }
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 341 (*dot).getRpnExpr().hasDot()) {
347 for (RpnExpr::iterator tok = (*dot).getRpnExpr().begin(),
348 tokEnd = (*dot).getRpnExpr().end();
ObjectLinker.cpp 766 evaluator.eval((*assert).getRpnExpr(), res);
    [all...]

Completed in 1233 milliseconds