Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i29 type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eSectionType") that represents the type of this section (code, data, etc.).''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h55 SectionType GetSectionType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp193 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h262 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1709 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF
1957 SectionType sect_type = GetSectionType(header); in CreateSections()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp49445 result = (lldb::SectionType)(arg1)->GetSectionType(); in _wrap_SBSection_GetSectionType()