Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDAPValue.cpp184 setAddrLabelDiff(RHS.getAddrLabelDiffLHS(), RHS.getAddrLabelDiffRHS()); in APValue()
533 Out << "&&" << getAddrLabelDiffRHS()->getLabel()->getName(); in printPretty()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDAPValue.h343 const AddrLabelExpr* getAddrLabelDiffRHS() const { in getAddrLabelDiffRHS() function
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp1142 const AddrLabelExpr *RHSExpr = Value.getAddrLabelDiffRHS(); in EmitConstantValue()