Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/section/
DTestSectionAPI.py29 sect_type = s.GetSectionType()
36 sect_type = ss.GetSectionType()
/external/llvm-project/lldb/bindings/interface/
DSBSection.i92 GetSectionType ();
139 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
/external/llvm-project/lldb/test/API/python_api/function_symbol/
DTestSymbolAPI.py68 self.assertTrue(addr_line1.GetSection().GetSectionType()
85 self.assertTrue(addr_line2.GetSection().GetSectionType()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_section.py19 obj.GetSectionType()
/external/llvm-project/lldb/source/API/
DSBSection.cpp226 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
227 LLDB_RECORD_METHOD_NO_ARGS(lldb::SectionType, SBSection, GetSectionType); in GetSectionType()
319 LLDB_REGISTER_METHOD(lldb::SectionType, SBSection, GetSectionType, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBSection.h55 SectionType GetSectionType();
/external/llvm-project/lldb/test/API/python_api/target/
DTestTargetAPI.py207 sect_type = s.GetSectionType()
214 sect_type = ss.GetSectionType()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h286 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
DObjectFilePECOFF.cpp750 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType() function in ObjectFilePECOFF
845 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections()
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h254 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
DObjectFileELF.cpp1612 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF
1818 SectionType sect_type = GetSectionType(header); in CreateSections()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1394 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function
1778 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()