Searched refs:GetSectionType (Results 1 – 12 of 12) sorted by relevance
/llvm-project/lldb/test/API/python_api/section/ |
H A D | TestSectionAPI.py | 26 sect_type = s.GetSectionType() 33 sect_type = ss.GetSectionType()
|
/llvm-project/lldb/test/API/python_api/function_symbol/ |
H A D | TestSymbolAPI.py | 63 addr_line1.GetSection().GetSectionType(), lldb.eSectionTypeCode 81 addr_line2.GetSection().GetSectionType(), lldb.eSectionTypeCode
|
/llvm-project/lldb/test/API/python_api/default-constructor/ |
H A D | sb_section.py | 19 obj.GetSectionType()
|
/llvm-project/lldb/bindings/interface/ |
H A D | SBSectionExtensions.i | 29 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBSection.h | 55 SectionType GetSectionType();
|
/llvm-project/lldb/source/API/ |
H A D | SBSection.cpp | 193 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
|
/llvm-project/lldb/test/API/python_api/target/ |
H A D | TestTargetAPI.py | 219 sect_type = s.GetSectionType() 226 sect_type = ss.GetSectionType()
|
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.h | 264 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
|
H A D | ObjectFilePECOFF.cpp | 959 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 D | ObjectFileELF.h | 270 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
|
H A D | ObjectFileELF.cpp | 1704 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 D | ObjectFileMachO.cpp | 1435 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
|