Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSection.h54 SectionType GetSectionType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSection.cpp184 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h251 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1785 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF
1985 SectionType sect_type = GetSectionType(header); in CreateSections()