Lines Matching defs:Abs
1103 bool Abs = getWriter().getSubsectionsViaSymbols()
1106 if (!Abs) {
1202 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, *this);
1203 assert(Abs && "We created a line delta with an invalid expression");
1204 (void)Abs;
1223 bool Abs = DF.getAddrDelta().evaluateAsAbsolute(Value, *this);
1224 if (!Abs) {
1255 bool Abs = PF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, *this);
1256 assert(Abs && "We created a pseudo probe with an invalid expression");
1257 (void)Abs;