Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBSection.cpp226 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp750 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType() function in ObjectFilePECOFF
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1612 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1394 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function