Searched refs:ReportLocationTLS (Results 1 – 12 of 12) sorted by relevance
67 ReportLocationTLS, enumerator
48 case ReportLocationTLS: return "tls"; in ReportLocationTypeDescription()
200 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
362 loc->type = is_stack ? ReportLocationStack : ReportLocationTLS; in AddLocation()
69 ReportLocationTLS, enumerator
43 if (typ == ReportLocationTLS) return "tls"; in ReportLocationTypeDescription()
209 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
349 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()
71 ReportLocationTLS, enumerator
45 if (typ == ReportLocationTLS) return "tls"; in ReportLocationTypeDescription()
211 } else if (loc->type == ReportLocationTLS) { in PrintLocation()
351 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS); in AddLocation()