Searched refs:parseGroup (Results 1 – 2 of 2) sorted by relevance
125 bool parseGroup(StringRef &GroupName) { in parseGroup() function in __anon29f502570111::WasmAsmParser185 if (Group && parseGroup(GroupName)) in parseSectionDirective()
159 bool parseGroup(StringRef &GroupName, bool &IsComdat);449 bool ELFAsmParser::parseGroup(StringRef &GroupName, bool &IsComdat) { in parseGroup() function in ELFAsmParser623 if (parseGroup(GroupName, IsComdat)) in ParseSectionArguments()