Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/section/
H A DTestSectionAPI.py26 sect_type = s.GetSectionType()
33 sect_type = ss.GetSectionType()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBSection.i92 GetSectionType ();
142 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
/llvm-project-15.0.7/lldb/test/API/python_api/function_symbol/
H A DTestSymbolAPI.py65 self.assertTrue(addr_line1.GetSection().GetSectionType()
82 self.assertTrue(addr_line2.GetSection().GetSectionType()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_section.py19 obj.GetSectionType()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBSection.h55 SectionType GetSectionType();
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py215 sect_type = s.GetSectionType()
222 sect_type = ss.GetSectionType()
/llvm-project-15.0.7/lldb/source/API/
H A DSBSection.cpp218 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h291 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
H A DObjectFilePECOFF.cpp903 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType() function in ObjectFilePECOFF
998 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h258 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1655 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF
1861 SectionType sect_type = GetSectionType(header); in CreateSections()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1426 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function
1818 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()