Home
last modified time | relevance | path

Searched refs:GetSectionTypeAsCString (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/
Dlldb-private.h73 GetSectionTypeAsCString (lldb::SectionType sect_type);
/external/lldb/source/
Dlldb.cpp348 lldb_private::GetSectionTypeAsCString (SectionType sect_type) in GetSectionTypeAsCString() function in lldb_private
/external/lldb/source/Core/
DSection.cpp205 s->Printf("0x%8.8" PRIx64 " %-16s ", GetID(), GetSectionTypeAsCString (m_type)); in Dump()