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

/freebsd-13-stable/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 value (see enumerations that start with "lldb.eSectionType") that represents the type of this section (code, data, etc.).''')
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h55 SectionType GetSectionType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp226 SectionType SBSection::GetSectionType() { function in class:SBSection
227 LLDB_RECORD_METHOD_NO_ARGS(lldb::SectionType, SBSection, GetSectionType);
319 LLDB_REGISTER_METHOD(lldb::SectionType, SBSection, GetSectionType, ());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h254 lldb::SectionType GetSectionType(const ELFSectionHeaderInfo &H) const;
H A DObjectFileELF.cpp1612 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { function in class:ObjectFileELF
1818 SectionType sect_type = GetSectionType(header);
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp[all...]

Completed in 367 milliseconds