Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DAPValue.cpp184 setAddrLabelDiff(RHS.getAddrLabelDiffLHS(), RHS.getAddrLabelDiffRHS()); in APValue()
531 Out << "&&" << getAddrLabelDiffLHS()->getLabel()->getName(); in printPretty()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DAPValue.h339 const AddrLabelExpr* getAddrLabelDiffLHS() const { in getAddrLabelDiffLHS() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprConstant.cpp1141 const AddrLabelExpr *LHSExpr = Value.getAddrLabelDiffLHS(); in EmitConstantValue()