Searched refs:GetSectionType (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/section/ |
D | TestSectionAPI.py | 29 sect_type = s.GetSectionType() 36 sect_type = ss.GetSectionType()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBSection.i | 92 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/ |
D | TestSymbolAPI.py | 68 self.assertTrue(addr_line1.GetSection().GetSectionType() 85 self.assertTrue(addr_line2.GetSection().GetSectionType()
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_section.py | 19 obj.GetSectionType()
|
/external/llvm-project/lldb/source/API/ |
D | SBSection.cpp | 226 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/ |
D | SBSection.h | 55 SectionType GetSectionType();
|
/external/llvm-project/lldb/test/API/python_api/target/ |
D | TestTargetAPI.py | 207 sect_type = s.GetSectionType() 214 sect_type = ss.GetSectionType()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 286 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
|
D | ObjectFilePECOFF.cpp | 750 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/ |
D | ObjectFileELF.h | 254 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
|
D | ObjectFileELF.cpp | 1612 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/ |
D | ObjectFileMachO.cpp | 1394 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function 1778 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()
|