Lines Matching refs:loc
82 for (auto& loc : regs) { in PrintRegInformation() local
83 loc_regs.push_back(loc); in PrintRegInformation()
95 const DwarfLocation* loc = &entry.second; in PrintRegInformation() local
101 switch (loc->type) { in PrintRegInformation()
104 PrintSignedValue(loc->values[0]); in PrintRegInformation()
110 PrintSignedValue(loc->values[0]); in PrintRegInformation()
115 printf("r%" PRId64 " ", loc->values[0]); in PrintRegInformation()
116 PrintSignedValue(loc->values[1]); in PrintRegInformation()
122 PrintExpression(memory, class_type, loc->values[1], loc->values[0]); in PrintRegInformation()
128 PrintExpression(memory, class_type, loc->values[1], loc->values[0]); in PrintRegInformation()
133 printf("%" PRId64 " (pseudo)\n", loc->values[0]); in PrintRegInformation()