Searched refs:target_has_loaded_sections (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp566 bool target_has_loaded_sections = target && !target->GetSectionLoadList().IsEmpty(); local
570 s->Printf( "SectID Type %s Address File Off. File Size Flags Section Name\n", target_has_loaded_sections ? "Load" : "File");
580 (*sect_iter)->Dump(s, target_has_loaded_sections ? target : NULL, depth);

Completed in 155 milliseconds