Searched refs:ParseSectionArguments (Results 1 – 2 of 2) sorted by relevance
143 bool ParseSectionArguments(bool IsPush, SMLoc loc);342 if (ParseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()358 return ParseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()361 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() function in ELFAsmParser
157 bool ParseSectionArguments(bool IsPush, SMLoc loc);371 if (ParseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection()386 return ParseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection()484 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() function in ELFAsmParser