Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBSection.cpp193 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp957 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, GetSectionType() function in ObjectFilePECOFF
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1430 static lldb::SectionType GetSectionType(uint32_t flags, GetSectionType() function
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1696 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { GetSectionType() function in ObjectFileELF