Searched defs:GetSectionType (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBSection.cpp | 193 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection |
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ | ||
H A D | ObjectFilePECOFF.cpp | 957 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, GetSectionType() function in ObjectFilePECOFF |
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ | ||
H A D | ObjectFileMachO.cpp | 1430 static lldb::SectionType GetSectionType(uint32_t flags, GetSectionType() function |
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ | ||
H A D | ObjectFileELF.cpp | 1696 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { GetSectionType() function in ObjectFileELF |