Home
last modified time | relevance | path

Searched refs:eSectionTypeCode (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp504 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
507 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
510 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
525 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
527 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h666 eSectionTypeCode, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp34 case eSectionTypeCode: in GetTypeAsCString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp329 case eSectionTypeCode: in GetAddressClass()
H A DCompactUnwindInfo.cpp505 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp374 return KAL_CODE_BIT & sect_hdr.sh_addr ? eSectionTypeCode in kalimbaSectionType()
1781 .Case(".text", eSectionTypeCode) in GetSectionTypeFromName()
1789 return eSectionTypeCode; in GetSectionType()
1816 case eSectionTypeCode: in GetTargetByteSize()