Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1626 static SectionType GetSectionTypeFromName(llvm::StringRef Name) { in GetSectionTypeFromName() function
1688 return GetSectionTypeFromName(H.section_name.GetStringRef()); in GetSectionType()