Home | History | Annotate | Download | only in common

Lines Matching defs:within

122   // A map from offsets of DIEs within the .debug_info section to
828 // Return true if ADDRESS falls within the range of ITEM.
830 inline bool within(const T &item, Module::Address address) {
869 // from our lines_ vector that fall within the function's address
929 assert(!func || current < func->address || within(*func, current));
930 assert(!line || current < line->address || within(*line, current));
955 if (line && within(*func, line->address))
981 if (func && within(*line, func->address))
1014 && !within(**func_it, next_transition))
1019 && !within(*line_it, next_transition))