Home
last modified time | relevance | path

Searched refs:getAddrLabelDiffRHS (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp184 setAddrLabelDiff(RHS.getAddrLabelDiffLHS(), RHS.getAddrLabelDiffRHS()); in APValue()
539 Out << "&&" << getAddrLabelDiffRHS()->getLabel()->getName(); in printPretty()
/external/clang/include/clang/AST/
DAPValue.h342 const AddrLabelExpr* getAddrLabelDiffRHS() const { in getAddrLabelDiffRHS() function
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1395 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); in EmitConstantValue()