Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBSection.i92 GetSectionType ();
142 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBSection.h55 SectionType GetSectionType();
/openbsd/gnu/llvm/lldb/source/API/
H A DSBSection.cpp218 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h263 static lldb::SectionType GetSectionType(llvm::StringRef sect_name,
H A DObjectFilePECOFF.cpp951 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType() function in ObjectFilePECOFF
1046 SectionType section_type = GetSectionType(sect_name, m_sect_headers[idx]); in CreateSections()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h259 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1672 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF
1878 SectionType sect_type = GetSectionType(header); in CreateSections()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1442 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function
1834 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand()