Searched refs:eSectionTypeCode (Results 1 – 13 of 13) sorted by relevance
32 case eSectionTypeCode: in GetTypeAsCString()395 case eSectionTypeCode: in ContainsOnlyDebugInfo()707 .Case("code", eSectionTypeCode) in fromJSON()
516 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()519 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()522 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()537 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()539 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
207 return eSectionTypeCode; in CreateSections()
192 const auto sect_type = section.type.value_or(eSectionTypeCode); in CreateSections()
332 section_type = eSectionTypeCode; in CreateSectionsWithBitness()
278 section_type = eSectionTypeCode; in CreateSections()
711 eSectionTypeCode, enumerator
316 case eSectionTypeCode: in GetAddressClass()
503 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
1667 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()1678 return eSectionTypeCode; in GetSectionType()1702 case eSectionTypeCode: in GetTargetByteSize()
924 .. py:data:: eSectionTypeCode
576 } else if (section_sp->GetType() == eSectionTypeCode) { in InitializeFirstCodeAddressRecursive()
82912 {SWIG_LUA_CONSTTAB_INT("eSectionTypeCode", (lldb::eSectionTypeCode))},