Searched refs:StructName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A D | cache_frag.cpp | 28 const char *StructName; member 87 if (strncmp(Struct->StructName, "union.", 6) == 0) in reportStructCounter() 90 if (strncmp(Struct->StructName, "class.", 6) == 0) { in reportStructCounter() 92 start = &Struct->StructName[6]; in reportStructCounter() 95 start = &Struct->StructName[7]; in reportStructCounter() 136 VPrintf(2, " Register %s: %u fields\n", Struct->StructName, in registerStructInfo() 141 VPrintf(2, " Duplicated %s: %u fields\n", Struct->StructName, in registerStructInfo() 154 VPrintf(2, " Unregister %s: %u fields\n", Struct->StructName, in unregisterStructInfo() 161 VPrintf(2, " Duplicated %s: %u fields\n", Struct->StructName, in unregisterStructInfo()
|