Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBSection.cpp218 SectionType SBSection::GetSectionType() { in GetSectionType() function in SBSection
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp951 SectionType ObjectFilePECOFF::GetSectionType(llvm::StringRef sect_name, in GetSectionType() function in ObjectFilePECOFF
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1442 static lldb::SectionType GetSectionType(uint32_t flags, in GetSectionType() function
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1672 SectionType ObjectFileELF::GetSectionType(const ELFSectionHeaderInfo &H) const { in GetSectionType() function in ObjectFileELF