Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp253 static SectionType GetSectionTypeFromName(llvm::StringRef Name) { in GetSectionTypeFromName() function
317 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections()
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1655 static SectionType GetSectionTypeFromName(llvm::StringRef Name) { in GetSectionTypeFromName()
1724 return GetSectionTypeFromName(H.section_name.GetStringRef()); in GetTargetByteSize()
1648 static SectionType GetSectionTypeFromName(llvm::StringRef Name) { GetSectionTypeFromName() function