Searched refs:ReportLocationStack (Results 1 – 4 of 4) sorted by relevance
66 ReportLocationStack, enumerator
47 case ReportLocationStack: return "stack"; in ReportLocationTypeDescription()
198 } else if (loc->type == ReportLocationStack) { in PrintLocation()
321 loc->type = is_stack ? ReportLocationStack : ReportLocationTLS; in AddLocation()