Searched refs:parseGroup (Results 1 – 2 of 2) sorted by relevance
128 bool parseGroup(StringRef &GroupName) { in parseGroup() function in __anon8dbf0ae10111::WasmAsmParser188 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()