reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/Address.cpp
  397   if (!section_sp && style != DumpStyleResolvedPointerDescription)
  417     if (section_sp) {
  418       section_sp->DumpName(s);
  426     s->Printf("(Section *)%p + ", static_cast<void *>(section_sp.get()));
  431     if (section_sp) {
  432       ModuleSP module_sp = section_sp->GetModule();
  448     if (style == DumpStyleModuleWithFileAddress && section_sp)
  491       if (section_sp) {
  492         SectionType sect_type = section_sp->GetType();