Home
last modified time | relevance | path

Searched refs:GetSectionType (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lldb/test/API/python_api/section/
H A DTestSectionAPI.py26 sect_type = s.GetSectionType()
33 sect_type = ss.GetSectionType()
/llvm-project/lldb/test/API/python_api/function_symbol/
H A DTestSymbolAPI.py63 addr_line1.GetSection().GetSectionType(), lldb.eSectionTypeCode
81 addr_line2.GetSection().GetSectionType(), lldb.eSectionTypeCode
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py19 obj.GetSectionType()
/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i29 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
/llvm-project/lldb/include/lldb/API/
H A DSBSection.h55 SectionType GetSectionType();
/llvm-project/lldb/source/API/
H A DSBSection.cpp193 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/llvm-project/lldb/test/API/python_api/target/
H A DTestTargetAPI.py219 sect_type = s.GetSectionType()
226 sect_type = ss.GetSectionType()
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h264 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
H A DObjectFilePECOFF.cpp959 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType()
1066 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections()
957 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, GetSectionType() function in ObjectFilePECOFF
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h270 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1704 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType()
1952 SectionType sect_type = GetSectionType(header); in CreateSections()
1696 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { GetSectionType() function in ObjectFileELF
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1435 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType()
1877 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()
1430 static lldb::SectionType GetSectionType(uint32_t flags, GetSectionType() function