Home
last modified time | relevance | path

Searched refs:GetSectionTypeFromName (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp252 static SectionType GetSectionTypeFromName(llvm::StringRef Name) { in GetSectionTypeFromName() function
316 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1609 static SectionType GetSectionTypeFromName(llvm::StringRef Name) { in GetSectionTypeFromName() function
1671 return GetSectionTypeFromName(H.section_name.GetStringRef()); in GetSectionType()