Lines Matching defs:Abs
1119 bool Abs = getWriter().getSubsectionsViaSymbols()
1122 if (!Abs) {
1218 bool Abs = DF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, *this);
1219 assert(Abs && "We created a line delta with an invalid expression");
1220 (void)Abs;
1239 bool Abs = DF.getAddrDelta().evaluateAsAbsolute(Value, *this);
1240 if (!Abs) {
1271 bool Abs = PF.getAddrDelta().evaluateKnownAbsolute(AddrDelta, *this);
1272 assert(Abs && "We created a pseudo probe with an invalid expression");
1273 (void)Abs;