Home
last modified time | relevance | path

Searched refs:AddrLabelDiff (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp182 case AddrLabelDiff: in APValue()
210 else if (Kind == AddrLabelDiff) in DestroyDataAndMakeUninit()
218 case AddrLabelDiff: in needsCleanup()
336 case AddrLabelDiff: in dump()
530 case APValue::AddrLabelDiff: in printPretty()
DExprConstant.cpp1316 case APValue::AddrLabelDiff: in HandleConversionToBool()
/external/clang/include/clang/AST/
DAPValue.h54 AddrLabelDiff enumerator
193 bool isAddrLabelDiff() const { return Kind == AddrLabelDiff; } in isAddrLabelDiff()
447 Kind = AddrLabelDiff; in MakeAddrLabelDiff()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp1161 case APValue::AddrLabelDiff: { in EmitConstantValue()
1171 llvm::Constant *AddrLabelDiff = llvm::ConstantExpr::getSub(LHS, RHS); in EmitConstantValue() local
1176 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType); in EmitConstantValue()