reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1091 switch (entry.type) { 1103 s.PutCString(entry.string); 1111 for (const auto &child : entry.children) { 1120 s.PutCString(entry.string); 1126 for (const auto &child : entry.children) { 1143 return DumpValue(s, sc, exe_ctx, entry, valobj); 1150 entry.type == Entry::Type::AddressLoadOrFile)); 1157 if (!entry.printf_format.empty()) 1158 format = entry.printf_format.c_str(); 1171 if (DumpFile(s, exe_module->GetFileSpec(), (FileKind)entry.number)) 1183 entry.string.c_str()); 1192 if (!entry.printf_format.empty()) { 1194 if (entry.printf_format == "tid") { 1209 format = entry.printf_format.c_str(); 1223 if (!entry.printf_format.empty()) 1224 format = entry.printf_format.c_str(); 1236 if (!entry.printf_format.empty()) 1237 format = entry.printf_format.c_str(); 1325 entry.string.c_str()); 1336 if (FormatThreadExtendedInfoRecurse(entry, object_sp, sc, exe_ctx, s)) 1361 entry.string.c_str()); 1369 if (DumpFile(s, module->GetFileSpec(), (FileKind)entry.number)) 1380 if (DumpFile(s, *cu, (FileKind)entry.number)) 1405 if (!entry.printf_format.empty()) 1406 format = entry.printf_format.c_str(); 1431 (lldb::Format)entry.number)) 1442 (lldb::Format)entry.number)) 1453 LLDB_REGNUM_GENERIC_FLAGS, (lldb::Format)entry.number)) 1472 if (DumpRegister(s, frame, entry.string.c_str(), 1473 (lldb::Format)entry.number)) 1491 entry.string.c_str()); 1798 if (DumpFile(s, sc->line_entry.file, (FileKind)entry.number)) 1807 if (!entry.printf_format.empty()) 1808 format = entry.printf_format.c_str(); 1817 if (!entry.printf_format.empty()) 1818 format = entry.printf_format.c_str(); 1829 if (entry.type == Entry::Type::LineEntryEndAddress)