Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBSection.i92 GetSectionType ();
139 …type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration…
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp226 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h55 SectionType GetSectionType();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h254 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1625 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF
1831 SectionType sect_type = GetSectionType(header); in CreateSections()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp43041 result = (lldb::SectionType)(arg1)->GetSectionType(); in _wrap_SBSection_GetSectionType()